Html Css Color HEX #9725BE Dark Orchid

📋 copy color: '#9725BE'

red 151 ◦ green 37 ◦ blue 190

#9725BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9725BE

Tints of Dark Orchid #9725BE

RGB

 RED value IS 151 (59.38% from 255) = 39.95%

 GREEN value IS 37 (14.84% from 255) = 9.79%

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 39.95%
G = 9.79%
B = 50.26%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9725BE (or 0x9725BE) is known color: Dark Orchid. HEX triplet: 97, 25 and BE. RGB value is (151,37,190). Sum of RGB (Red+Green+Blue) = 151+37+190=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #9725BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9725BE is #68DA41. Grayscale: #585858. Windows color (decimal): -6871618 or 12461463. OLE color: 12461463.

HSL color Cylindrical-coordinate representation of color #9725BE: hue angle of 284.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9725BE is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 37 190 -
CMYK 0.21 0.81 0 0.25
HSL 284.71º 0.67% 0.45% -
HSV(B) 284.71º 0.81% 0.75% -
XYZ 22.72 11.62 49.76 -
YUV 88.53 185.27 172.56 -
System Red Green Blue C M Y K H S L
Decimal 151 37 190 0.21 0.81 0 0.25 284.71 0.67 0.45
Hex 97 25 BE 15 51 0 19 11D 43 2D
Octal 227 45 276 25 121 0 31 435 103 55
Binary 10010111 100101 10111110 10101 1010001 0 11001 100011101 1000011 101101

Color Harmonies of #9725BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9725BE

Black with #9725BE

Text Example


Text Example

White with #9725BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9725BE; }

 p { color: rgb(151,37,190); }

 H1.HeaderClassName
 {
   color: #9725BE;
 }
 .AnyTagClassName
 {
   color: #9725BE;
 }
</style>

background-color css

<style>
 a { background-color: #9725BE; }

 a { background-color: rgb(151,37,190); }

 div.DivClassName
 {
   background-color: #9725BE;
 }
 .BgClassName
 {
   background-color: #9725BE;
 }
</style>

border-color css

<style>
 span { border-color: #9725BE; }

 span { border-color: rgb(151,37,190); }

 td.TdClassName
 {
   border-color: #9725BE;
 }
 .TagClassName
 {
   border-color: #9725BE;
 }
</style>