#9C18BA

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

Shades of Dark Orchid #9C18BA

Tints of Dark Orchid #9C18BA

Color information

#9C18BA (or 0x9C18BA) is unknown color: approx Dark Orchid. HEX triplet: 9C, 18 and BA. RGB value is (156,24,186). Sum of RGB (Red+Green+Blue) = 156+24+186=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C18BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C18BA is #63E745. Grayscale: #515151. Windows color (decimal): -6547270 or 12195996. OLE color: 12195996.

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

Color convert

RGB15624186-
CMYK0.160.8700.27
HSL288.89º77.14%41.18%-
HSV(B)288.89º87.1%72.94%-
XYZ22.911.2747.42-
YUV81.94186.73180.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 24 (9.77% from 255) = 6.56%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=42.62%
G=6.56%
B=50.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156241860.160.8700.27288.8977.1441.18
Hex9C18BA105701B1214d29
Octal234302722012703344111551
Binary1001110011000101110101000010101110110111001000011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C18BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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