#9C1EBA

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

Shades of Dark Orchid #9C1EBA

Tints of Dark Orchid #9C1EBA

Color information

#9C1EBA (or 0x9C1EBA) is unknown color: approx Dark Orchid. HEX triplet: 9C, 1E and BA. RGB value is (156,30,186). Sum of RGB (Red+Green+Blue) = 156+30+186=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1EBA is #63E145. Grayscale: #545454. Windows color (decimal): -6545734 or 12197532. OLE color: 12197532.

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

Color convert

RGB15630186-
CMYK0.160.8400.27
HSL288.46º72.22%42.35%-
HSV(B)288.46º83.87%72.94%-
XYZ23.0411.5447.47-
YUV85.46184.74178.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.94%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 186 (73.05% from 255) = 50%
R=41.94%
G=8.06%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156301860.160.8400.27288.4672.2242.35
Hex9C1EBA105401B120482a
Octal234362722012403344011052
Binary1001110011110101110101000010101000110111001000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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