#9C21BA

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

Shades of Dark Orchid #9C21BA

Tints of Dark Orchid #9C21BA

Color information

#9C21BA (or 0x9C21BA) is unknown color: approx Dark Orchid. HEX triplet: 9C, 21 and BA. RGB value is (156,33,186). Sum of RGB (Red+Green+Blue) = 156+33+186=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C21BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C21BA is #63DE45. Grayscale: #565656. Windows color (decimal): -6544966 or 12198300. OLE color: 12198300.

HSL color Cylindrical-coordinate representation of color #9C21BA: hue angle of 288.24º 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 #9C21BA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15633186-
CMYK0.160.8200.27
HSL288.24º69.86%42.94%-
HSV(B)288.24º82.26%72.94%-
XYZ23.1211.747.49-
YUV87.22183.75177.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 33 (13.28% from 255) = 8.8%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=41.6%
G=8.8%
B=49.6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156331860.160.8200.27288.2469.8642.94
Hex9C21BA105201B120462b
Octal234412722012203344010653
Binary10011100100001101110101000010100100110111001000001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C21BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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