#9752C0

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

Shades of Deep Lilac #9752C0

Tints of Deep Lilac #9752C0

Color information

#9752C0 (or 0x9752C0) is unknown color: approx Deep Lilac. HEX triplet: 97, 52 and C0. RGB value is (151,82,192). Sum of RGB (Red+Green+Blue) = 151+82+192=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #9752C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752C0 is #68AD3F. Grayscale: #727272. Windows color (decimal): -6860096 or 12604055. OLE color: 12604055.

HSL color Cylindrical-coordinate representation of color #9752C0: hue angle of 277.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9752C0 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15182192-
CMYK0.210.5700.25
HSL277.64º46.61%53.73%-
HSV(B)277.64º57.29%75.29%-
XYZ25.2916.4251.71-
YUV115.17171.36153.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 192 (75.39% from 255) = 45.18%
R=35.53%
G=19.29%
B=45.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151821920.210.5700.25277.6446.6153.73
Hex9752C015390191162f36
Octal22712230025710314265766
Binary1001011110100101100000010101111001011001100010110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9752C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9752C0; }

 p { color: rgb(151,82,192); }

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

<style>
 a { background-color: #9752C0; }

 a { background-color: rgb(151,82,192); }

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

<style>
 span { border-color: #9752C0; }

 span { border-color: rgb(151,82,192); }

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