Html Css Color HEX #9924CB Dark Orchid

📋 copy color: '#9924CB'

red 153 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #9924CB

Tints of Dark Orchid #9924CB

RGB

 RED value IS 153 (60.16% from 255) = 39.03%

 GREEN value IS 36 (14.45% from 255) = 9.18%

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 39.03%
G = 9.18%
B = 51.79%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9924CB (or 0x9924CB) is known color: Dark Orchid. HEX triplet: 99, 24 and CB. RGB value is (153,36,203). Sum of RGB (Red+Green+Blue) = 153+36+203=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #9924CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9924CB is #66DB34. Grayscale: #595959. Windows color (decimal): -6740789 or 13313177. OLE color: 13313177.

HSL color Cylindrical-coordinate representation of color #9924CB: hue angle of 282.04º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9924CB is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 36 203 -
CMYK 0.25 0.82 0 0.20
HSL 282.04º 0.7% 0.47% -
HSV(B) 282.04º 0.82% 0.8% -
XYZ 24.55 12.35 57.59 -
YUV 90.02 191.76 172.92 -
System Red Green Blue C M Y K H S L
Decimal 153 36 203 0.25 0.82 0 0.20 282.04 0.7 0.47
Hex 99 24 CB 19 52 0 14 11A 46 2F
Octal 231 44 313 31 122 0 24 432 106 57
Binary 10011001 100100 11001011 11001 1010010 0 10100 100011010 1000110 101111

Color Harmonies of #9924CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9924CB

Black with #9924CB

Text Example


Text Example

White with #9924CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9924CB; }

 p { color: rgb(153,36,203); }

 H1.HeaderClassName
 {
   color: #9924CB;
 }
 .AnyTagClassName
 {
   color: #9924CB;
 }
</style>

background-color css

<style>
 a { background-color: #9924CB; }

 a { background-color: rgb(153,36,203); }

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

border-color css

<style>
 span { border-color: #9924CB; }

 span { border-color: rgb(153,36,203); }

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