#9C21BB

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

Shades of Dark Orchid #9C21BB

Tints of Dark Orchid #9C21BB

Color information

#9C21BB (or 0x9C21BB) is unknown color: approx Dark Orchid. HEX triplet: 9C, 21 and BB. RGB value is (156,33,187). Sum of RGB (Red+Green+Blue) = 156+33+187=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C21BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C21BB is #63DE44. Grayscale: #565656. Windows color (decimal): -6544965 or 12263836. OLE color: 12263836.

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

Color convert

RGB15633187-
CMYK0.170.8200.27
HSL287.92º70%43.14%-
HSV(B)287.92º82.35%73.33%-
XYZ23.2211.7448.06-
YUV87.33184.25176.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.49%
GREEN value IS 33 (13.28% from 255) = 8.78%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=41.49%
G=8.78%
B=49.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156331870.170.8200.27287.927043.14
Hex9C21BB115201B120462b
Octal234412732112203344010653
Binary10011100100001101110111000110100100110111001000001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C21BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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