#9924B6

Color #9924B6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9924B6

Tints of Dark Orchid #9924B6

Color information

#9924B6 (or 0x9924B6) is unknown color: approx Dark Orchid. HEX triplet: 99, 24 and B6. RGB value is (153,36,182). Sum of RGB (Red+Green+Blue) = 153+36+182=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #9924B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9924B6 is #66DB49. Grayscale: #575757. Windows color (decimal): -6740810 or 11936921. OLE color: 11936921.

HSL color Cylindrical-coordinate representation of color #9924B6: hue angle of 288.08º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9924B6 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15336182-
CMYK0.160.8000.29
HSL288.08º66.97%42.75%-
HSV(B)288.08º80.22%71.37%-
XYZ22.2111.4145.29-
YUV87.63181.26174.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 36 (14.45% from 255) = 9.70%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=41.24%
G=9.70%
B=49.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153361820.160.8000.29288.0866.9742.75
Hex9924B6105001D120432b
Octal231442662012003544010353
Binary10011001100100101101101000010100000111011001000001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9924B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9924B6;
 }
 .AnyTagClassName
 {
   color: #9924B6;
 }
</style>
background-color css

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

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

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

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

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

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