#9C17BA

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

Shades of Dark Orchid #9C17BA

Tints of Dark Orchid #9C17BA

Color information

#9C17BA (or 0x9C17BA) is unknown color: approx Dark Orchid. HEX triplet: 9C, 17 and BA. RGB value is (156,23,186). Sum of RGB (Red+Green+Blue) = 156+23+186=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C17BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C17BA is #63E845. Grayscale: #505050. Windows color (decimal): -6547526 or 12195740. OLE color: 12195740.

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

Color convert

RGB15623186-
CMYK0.160.8800.27
HSL288.96º77.99%40.98%-
HSV(B)288.96º87.63%72.94%-
XYZ22.8811.2347.42-
YUV81.35187.06181.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 23 (9.38% from 255) = 6.30%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=42.74%
G=6.30%
B=50.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156231860.160.8800.27288.9677.9940.98
Hex9C17BA105801B1214e29
Octal234272722013003344111651
Binary1001110010111101110101000010110000110111001000011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C17BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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