#9C2DB1

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

Shades of Dark Orchid #9C2DB1

Tints of Dark Orchid #9C2DB1

Color information

#9C2DB1 (or 0x9C2DB1) is unknown color: approx Dark Orchid. HEX triplet: 9C, 2D and B1. RGB value is (156,45,177). Sum of RGB (Red+Green+Blue) = 156+45+177=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C2DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2DB1 is #63D24E. Grayscale: #5C5C5C. Windows color (decimal): -6541903 or 11611548. OLE color: 11611548.

HSL color Cylindrical-coordinate representation of color #9C2DB1: hue angle of 290.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2DB1 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15645177-
CMYK0.120.7500.31
HSL290.45º59.46%43.53%-
HSV(B)290.45º74.58%69.41%-
XYZ22.5812.1242.74-
YUV93.24175.27172.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 45 (17.97% from 255) = 11.90%
BLUE value IS 177 (69.53% from 255) = 46.83%
R=41.27%
G=11.90%
B=46.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156451770.120.7500.31290.4559.4643.53
Hex9C2DB1C4B01F1223b2c
Octal23455261141130374427354
Binary100111001011011011000111001001011011111100100010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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