#9D51BC

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

Shades of Deep Lilac #9D51BC

Tints of Deep Lilac #9D51BC

Color information

#9D51BC (or 0x9D51BC) is unknown color: approx Deep Lilac. HEX triplet: 9D, 51 and BC. RGB value is (157,81,188). Sum of RGB (Red+Green+Blue) = 157+81+188=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D51BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D51BC is #62AE43. Grayscale: #737373. Windows color (decimal): -6467140 or 12341661. OLE color: 12341661.

HSL color Cylindrical-coordinate representation of color #9D51BC: hue angle of 282.62º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D51BC is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15781188-
CMYK0.160.5700.26
HSL282.62º44.4%52.75%-
HSV(B)282.62º56.91%73.73%-
XYZ25.9216.6849.43-
YUV115.92168.68157.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 81 (32.03% from 255) = 19.01%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=36.85%
G=19.01%
B=44.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal157811880.160.5700.26282.6244.452.75
Hex9D51BC103901A11b2c35
Octal23512127420710324335465
Binary1001110110100011011110010000111001011010100011011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D51BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,81,188); }

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

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

 a { background-color: rgb(157,81,188); }

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

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

 span { border-color: rgb(157,81,188); }

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