#9C2DCA

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

Shades of Dark Orchid #9C2DCA

Tints of Dark Orchid #9C2DCA

Color information

#9C2DCA (or 0x9C2DCA) is unknown color: approx Dark Orchid. HEX triplet: 9C, 2D and CA. RGB value is (156,45,202). Sum of RGB (Red+Green+Blue) = 156+45+202=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C2DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2DCA is #63D235. Grayscale: #5F5F5F. Windows color (decimal): -6541878 or 13249948. OLE color: 13249948.

HSL color Cylindrical-coordinate representation of color #9C2DCA: hue angle of 282.42º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2DCA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15645202-
CMYK0.230.7800.21
HSL282.42º63.56%48.43%-
HSV(B)282.42º77.72%79.22%-
XYZ25.3113.2157.09-
YUV96.09187.77170.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.71%
GREEN value IS 45 (17.97% from 255) = 11.17%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=38.71%
G=11.17%
B=50.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156452020.230.7800.21282.4263.5648.43
Hex9C2DCA174E01511a4030
Octal234553122711602543210060
Binary10011100101101110010101011110011100101011000110101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,45,202); }

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

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

 a { background-color: rgb(156,45,202); }

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

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

 span { border-color: rgb(156,45,202); }

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