#9944D9

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

Shades of Dark Orchid #9944D9

Tints of Dark Orchid #9944D9

Color information

#9944D9 (or 0x9944D9) is unknown color: approx Dark Orchid. HEX triplet: 99, 44 and D9. RGB value is (153,68,217). Sum of RGB (Red+Green+Blue) = 153+68+217=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 217 (85.16% from 255 or 49.54% from 438); Max value from RGB is 217 - color contains mainly: blue. Hex color #9944D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9944D9 is #66BB26. Grayscale: #6D6D6D. Windows color (decimal): -6732583 or 14238873. OLE color: 14238873.

HSL color Cylindrical-coordinate representation of color #9944D9: hue angle of 274.23º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9944D9 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15368217-
CMYK0.290.6900.15
HSL274.23º66.22%55.88%-
HSV(B)274.23º68.66%85.1%-
XYZ27.7315.9267.26-
YUV110.4188.16158.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.93%
GREEN value IS 68 (26.95% from 255) = 15.53%
BLUE value IS 217 (85.16% from 255) = 49.54%
R=34.93%
G=15.53%
B=49.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal153682170.290.6900.15274.2366.2255.88
Hex9944D91D450F1124238
Octal2311043313510501742210270
Binary10011001100010011011001111011000101011111000100101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9944D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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