#9944CC

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

Shades of Dark Orchid #9944CC

Tints of Dark Orchid #9944CC

Color information

#9944CC (or 0x9944CC) is unknown color: approx Dark Orchid. HEX triplet: 99, 44 and CC. RGB value is (153,68,204). Sum of RGB (Red+Green+Blue) = 153+68+204=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #9944CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9944CC is #66BB33. Grayscale: #6C6C6C. Windows color (decimal): -6732596 or 13386905. OLE color: 13386905.

HSL color Cylindrical-coordinate representation of color #9944CC: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9944CC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15368204-
CMYK0.250.6700.2
HSL277.5º57.14%53.33%-
HSV(B)277.5º66.67%80%-
XYZ26.115.2758.7-
YUV108.92181.66159.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 68 (26.95% from 255) = 16%
BLUE value IS 204 (80.08% from 255) = 48%
R=36%
G=16%
B=48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153682040.250.6700.2277.557.1453.33
Hex9944CC19430141163935
Octal231104314311030244267165
Binary10011001100010011001100110011000011010100100010110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9944CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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