#9C44C6

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

Shades of Dark Orchid #9C44C6

Tints of Dark Orchid #9C44C6

Color information

#9C44C6 (or 0x9C44C6) is unknown color: approx Dark Orchid. HEX triplet: 9C, 44 and C6. RGB value is (156,68,198). Sum of RGB (Red+Green+Blue) = 156+68+198=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C44C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C44C6 is #63BB39. Grayscale: #6C6C6C. Windows color (decimal): -6535994 or 12993692. OLE color: 12993692.

HSL color Cylindrical-coordinate representation of color #9C44C6: hue angle of 280.62º 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 #9C44C6 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15668198-
CMYK0.210.6600.22
HSL280.62º53.28%52.16%-
HSV(B)280.62º65.66%77.65%-
XYZ25.9715.2855.01-
YUV109.13178.15161.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 68 (26.95% from 255) = 16.11%
BLUE value IS 198 (77.73% from 255) = 46.92%
R=36.97%
G=16.11%
B=46.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal156681980.210.6600.22280.6253.2852.16
Hex9C44C615420161193534
Octal234104306251020264316564
Binary10011100100010011000110101011000010010110100011001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C44C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C44C6; }

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

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

<style>
 a { background-color: #9C44C6; }

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

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

<style>
 span { border-color: #9C44C6; }

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

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