#9D60BF

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

Shades of Deep Lilac #9D60BF

Tints of Deep Lilac #9D60BF

Color information

#9D60BF (or 0x9D60BF) is unknown color: approx Deep Lilac. HEX triplet: 9D, 60 and BF. RGB value is (157,96,191). Sum of RGB (Red+Green+Blue) = 157+96+191=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D60BF is #629F40. Grayscale: #7C7C7C. Windows color (decimal): -6463297 or 12542109. OLE color: 12542109.

HSL color Cylindrical-coordinate representation of color #9D60BF: hue angle of 278.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D60BF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15796191-
CMYK0.180.5000.25
HSL278.53º42.6%56.27%-
HSV(B)278.53º49.74%74.9%-
XYZ27.4919.351.57-
YUV125.07165.21150.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 191 (75% from 255) = 43.02%
R=35.36%
G=21.62%
B=43.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157961910.180.5000.25278.5342.656.27
Hex9D60BF12320191172b38
Octal23514027722620314275370
Binary1001110111000001011111110010110010011001100010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,191); }

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

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

 a { background-color: rgb(157,96,191); }

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

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

 span { border-color: rgb(157,96,191); }

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