#9352BE

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

Shades of Deep Lilac #9352BE

Tints of Deep Lilac #9352BE

Color information

#9352BE (or 0x9352BE) is unknown color: approx Deep Lilac. HEX triplet: 93, 52 and BE. RGB value is (147,82,190). Sum of RGB (Red+Green+Blue) = 147+82+190=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #9352BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352BE is #6CAD41. Grayscale: #717171. Windows color (decimal): -7122242 or 12472979. OLE color: 12472979.

HSL color Cylindrical-coordinate representation of color #9352BE: hue angle of 276.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9352BE is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14782190-
CMYK0.230.5700.25
HSL276.11º45.38%53.33%-
HSV(B)276.11º56.84%74.51%-
XYZ24.3415.9650.51-
YUV113.75171.03151.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=35.08%
G=19.57%
B=45.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147821900.230.5700.25276.1145.3853.33
Hex9352BE17390191142d35
Octal22312227627710314245565
Binary1001001110100101011111010111111001011001100010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9352BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9352BE; }

 p { color: rgb(147,82,190); }

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

<style>
 a { background-color: #9352BE; }

 a { background-color: rgb(147,82,190); }

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

<style>
 span { border-color: #9352BE; }

 span { border-color: rgb(147,82,190); }

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