#9C20BB

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

Shades of Dark Orchid #9C20BB

Tints of Dark Orchid #9C20BB

Color information

#9C20BB (or 0x9C20BB) is unknown color: approx Dark Orchid. HEX triplet: 9C, 20 and BB. RGB value is (156,32,187). Sum of RGB (Red+Green+Blue) = 156+32+187=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C20BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C20BB is #63DF44. Grayscale: #565656. Windows color (decimal): -6545221 or 12263580. OLE color: 12263580.

HSL color Cylindrical-coordinate representation of color #9C20BB: hue angle of 288º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C20BB is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15632187-
CMYK0.170.8300.27
HSL288º70.78%42.94%-
HSV(B)288º82.89%73.33%-
XYZ23.211.6948.05-
YUV86.75184.58177.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 32 (12.89% from 255) = 8.53%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=41.6%
G=8.53%
B=49.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156321870.170.8300.2728870.7842.94
Hex9C20BB115301B120472b
Octal234402732112303344010753
Binary10011100100000101110111000110100110110111001000001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C20BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,32,187); }

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

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

 a { background-color: rgb(156,32,187); }

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

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

 span { border-color: rgb(156,32,187); }

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