#9944C6

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

Shades of Dark Orchid #9944C6

Tints of Dark Orchid #9944C6

Color information

#9944C6 (or 0x9944C6) is unknown color: approx Dark Orchid. HEX triplet: 99, 44 and C6. RGB value is (153,68,198). Sum of RGB (Red+Green+Blue) = 153+68+198=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #9944C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9944C6 is #66BB39. Grayscale: #6B6B6B. Windows color (decimal): -6732602 or 12993689. OLE color: 12993689.

HSL color Cylindrical-coordinate representation of color #9944C6: hue angle of 279.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9944C6 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15368198-
CMYK0.230.6600.22
HSL279.23º53.28%52.16%-
HSV(B)279.23º65.66%77.65%-
XYZ25.414.9854.98-
YUV108.24178.66159.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 198 (77.73% from 255) = 47.26%
R=36.52%
G=16.23%
B=47.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153681980.230.6600.22279.2353.2852.16
Hex9944C617420161173534
Octal231104306271020264276564
Binary10011001100010011000110101111000010010110100010111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9944C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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