#9C18C1

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

Shades of Dark Orchid #9C18C1

Tints of Dark Orchid #9C18C1

Color information

#9C18C1 (or 0x9C18C1) is unknown color: approx Dark Orchid. HEX triplet: 9C, 18 and C1. RGB value is (156,24,193). Sum of RGB (Red+Green+Blue) = 156+24+193=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C18C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C18C1 is #63E73E. Grayscale: #525252. Windows color (decimal): -6547263 or 12654748. OLE color: 12654748.

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

Color convert

RGB15624193-
CMYK0.190.8800.24
HSL286.86º77.88%42.55%-
HSV(B)286.86º87.56%75.69%-
XYZ23.6611.5751.44-
YUV82.73190.23180.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.82%
GREEN value IS 24 (9.77% from 255) = 6.43%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=41.82%
G=6.43%
B=51.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156241930.190.8800.24286.8677.8842.55
Hex9C18C1135801811f4e2b
Octal234303012313003043711653
Binary1001110011000110000011001110110000110001000111111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C18C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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