#9944D6

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

Shades of Dark Orchid #9944D6

Tints of Dark Orchid #9944D6

Color information

#9944D6 (or 0x9944D6) is unknown color: approx Dark Orchid. HEX triplet: 99, 44 and D6. RGB value is (153,68,214). Sum of RGB (Red+Green+Blue) = 153+68+214=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #9944D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9944D6 is #66BB29. Grayscale: #6D6D6D. Windows color (decimal): -6732586 or 14042265. OLE color: 14042265.

HSL color Cylindrical-coordinate representation of color #9944D6: hue angle of 274.93º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9944D6 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15368214-
CMYK0.290.6800.16
HSL274.93º64.04%55.29%-
HSV(B)274.93º68.22%83.92%-
XYZ27.3415.7665.22-
YUV110.06186.66158.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 68 (26.95% from 255) = 15.63%
BLUE value IS 214 (83.98% from 255) = 49.20%
R=35.17%
G=15.63%
B=49.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153682140.290.6800.16274.9364.0455.29
Hex9944D61D440101134037
Octal2311043263510402042310067
Binary100110011000100110101101110110001000100001000100111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9944D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9944D6; }

 p { color: rgb(153,68,214); }

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

<style>
 a { background-color: #9944D6; }

 a { background-color: rgb(153,68,214); }

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

<style>
 span { border-color: #9944D6; }

 span { border-color: rgb(153,68,214); }

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