#9C21CB

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

Shades of Dark Orchid #9C21CB

Tints of Dark Orchid #9C21CB

Color information

#9C21CB (or 0x9C21CB) is unknown color: approx Dark Orchid. HEX triplet: 9C, 21 and CB. RGB value is (156,33,203). Sum of RGB (Red+Green+Blue) = 156+33+203=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C21CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C21CB is #63DE34. Grayscale: #585858. Windows color (decimal): -6544949 or 13312412. OLE color: 13312412.

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

Color convert

RGB15633203-
CMYK0.230.8400.20
HSL283.41º72.03%46.27%-
HSV(B)283.41º83.74%79.61%-
XYZ25.0312.4757.59-
YUV89.16192.25175.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 33 (13.28% from 255) = 8.42%
BLUE value IS 203 (79.69% from 255) = 51.79%
R=39.80%
G=8.42%
B=51.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal156332030.230.8400.20283.4172.0346.27
Hex9C21CB175401411b482e
Octal234413132712402443311056
Binary10011100100001110010111011110101000101001000110111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C21CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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