#9c1bc2

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

Shades of Dark Orchid #9C1BC2

Tints of Dark Orchid #9C1BC2

Color information

#9C1BC2 (or 0x9C1BC2) is unknown color: approx Dark Orchid. HEX triplet: 9C, 1B and C2. RGB value is (156,27,194). Sum of RGB (Red+Green+Blue) = 156+27+194=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 194 (76.17% from 255 or 51.46% from 377); Max value from RGB is 194 - color contains mainly: blue. Hex color #9C1BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1BC2 is #63E43D. Grayscale: #545454. Windows color (decimal): -6546494 or 12721052. OLE color: 12721052.

HSL color Cylindrical-coordinate representation of color #9C1BC2: hue angle of 286.35º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1BC2 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15627194-
CMYK0.200.8600.24
HSL286.35º75.57%43.33%-
HSV(B)286.35º86.08%76.08%-
XYZ23.8411.7552.05-
YUV84.61189.74178.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 27 (10.94% from 255) = 7.16%
BLUE value IS 194 (76.17% from 255) = 51.46%
R=41.38%
G=7.16%
B=51.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156271940.200.8600.24286.3575.5743.33
Hex9C1BC2145601811e4c2b
Octal234333022412603043611453
Binary1001110011011110000101010010101100110001000111101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c1bc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,27,194); }

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

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

 a { background-color: rgb(156,27,194); }

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

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

 span { border-color: rgb(156,27,194); }

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