#9C1CB9

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

Shades of Dark Orchid #9C1CB9

Tints of Dark Orchid #9C1CB9

Color information

#9C1CB9 (or 0x9C1CB9) is unknown color: approx Dark Orchid. HEX triplet: 9C, 1C and B9. RGB value is (156,28,185). Sum of RGB (Red+Green+Blue) = 156+28+185=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C1CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1CB9 is #63E346. Grayscale: #535353. Windows color (decimal): -6546247 or 12131484. OLE color: 12131484.

HSL color Cylindrical-coordinate representation of color #9C1CB9: hue angle of 288.92º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1CB9 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15628185-
CMYK0.160.8500.27
HSL288.92º73.71%41.76%-
HSV(B)288.92º84.86%72.55%-
XYZ22.8811.446.89-
YUV84.17184.91179.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 28 (11.33% from 255) = 7.59%
BLUE value IS 185 (72.66% from 255) = 50.14%
R=42.28%
G=7.59%
B=50.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156281850.160.8500.27288.9273.7141.76
Hex9C1CB9105501B1214a2a
Octal234342712012503344111252
Binary1001110011100101110011000010101010110111001000011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,28,185); }

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

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

 a { background-color: rgb(156,28,185); }

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

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

 span { border-color: rgb(156,28,185); }

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