#9C36B5

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

Shades of Dark Orchid #9C36B5

Tints of Dark Orchid #9C36B5

Color information

#9C36B5 (or 0x9C36B5) is unknown color: approx Dark Orchid. HEX triplet: 9C, 36 and B5. RGB value is (156,54,181). Sum of RGB (Red+Green+Blue) = 156+54+181=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #9C36B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C36B5 is #63C94A. Grayscale: #626262. Windows color (decimal): -6539595 or 11875996. OLE color: 11875996.

HSL color Cylindrical-coordinate representation of color #9C36B5: hue angle of 288.19º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C36B5 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15654181-
CMYK0.140.7000.29
HSL288.19º54.04%46.08%-
HSV(B)288.19º70.17%70.98%-
XYZ23.3713.0445-
YUV98.98174.29168.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 54 (21.48% from 255) = 13.81%
BLUE value IS 181 (71.09% from 255) = 46.29%
R=39.90%
G=13.81%
B=46.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156541810.140.7000.29288.1954.0446.08
Hex9C36B5E4601D120362e
Octal23466265161060354406656
Binary100111001101101011010111101000110011101100100000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C36B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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