#9C36C4

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

Shades of Dark Orchid #9C36C4

Tints of Dark Orchid #9C36C4

Color information

#9C36C4 (or 0x9C36C4) is unknown color: approx Dark Orchid. HEX triplet: 9C, 36 and C4. RGB value is (156,54,196). Sum of RGB (Red+Green+Blue) = 156+54+196=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 196 - color contains mainly: blue. Hex color #9C36C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C36C4 is #63C93B. Grayscale: #646464. Windows color (decimal): -6539580 or 12859036. OLE color: 12859036.

HSL color Cylindrical-coordinate representation of color #9C36C4: hue angle of 283.1º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C36C4 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15654196-
CMYK0.200.7200.23
HSL283.1º56.8%49.02%-
HSV(B)283.1º72.45%76.86%-
XYZ24.9913.6953.55-
YUV100.69181.79167.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 54 (21.48% from 255) = 13.30%
BLUE value IS 196 (76.95% from 255) = 48.28%
R=38.42%
G=13.30%
B=48.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal156541960.200.7200.23283.156.849.02
Hex9C36C4144801711b3931
Octal23466304241100274337161
Binary1001110011011011000100101001001000010111100011011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C36C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,54,196); }

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

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

 a { background-color: rgb(156,54,196); }

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

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

 span { border-color: rgb(156,54,196); }

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