#9C51CD

Color #9C51CD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9C51CD

Tints of Deep Lilac #9C51CD

Color information

#9C51CD (or 0x9C51CD) is unknown color: approx Deep Lilac. HEX triplet: 9C, 51 and CD. RGB value is (156,81,205). Sum of RGB (Red+Green+Blue) = 156+81+205=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C51CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C51CD is #63AE32. Grayscale: #757575. Windows color (decimal): -6532659 or 13455772. OLE color: 13455772.

HSL color Cylindrical-coordinate representation of color #9C51CD: hue angle of 276.29º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C51CD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15681205-
CMYK0.240.6000.20
HSL276.29º55.36%56.08%-
HSV(B)276.29º60.49%80.39%-
XYZ27.6717.3659.65-
YUV117.56177.35155.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.29%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 205 (80.47% from 255) = 46.38%
R=35.29%
G=18.33%
B=46.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal156812050.240.6000.20276.2955.3656.08
Hex9C51CD183C0141143738
Octal23412131530740244246770
Binary1001110010100011100110111000111100010100100010100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C51CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,205); }

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

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

 a { background-color: rgb(156,81,205); }

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

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

 span { border-color: rgb(156,81,205); }

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