#9C34CB

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

Shades of Dark Orchid #9C34CB

Tints of Dark Orchid #9C34CB

Color information

#9C34CB (or 0x9C34CB) is unknown color: approx Dark Orchid. HEX triplet: 9C, 34 and CB. RGB value is (156,52,203). Sum of RGB (Red+Green+Blue) = 156+52+203=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C34CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C34CB is #63CB34. Grayscale: #636363. Windows color (decimal): -6540085 or 13317276. OLE color: 13317276.

HSL color Cylindrical-coordinate representation of color #9C34CB: hue angle of 281.32º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C34CB is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15652203-
CMYK0.230.7400.20
HSL281.32º59.22%50%-
HSV(B)281.32º74.38%79.61%-
XYZ25.7213.8457.81-
YUV100.31185.96167.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=37.96%
G=12.65%
B=49.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal156522030.230.7400.20281.3259.2250
Hex9C34CB174A0141193b32
Octal23464313271120244317362
Binary1001110011010011001011101111001010010100100011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C34CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,52,203); }

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

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

 a { background-color: rgb(156,52,203); }

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

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

 span { border-color: rgb(156,52,203); }

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