#9352BF

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

Shades of Deep Lilac #9352BF

Tints of Deep Lilac #9352BF

Color information

#9352BF (or 0x9352BF) is unknown color: approx Deep Lilac. HEX triplet: 93, 52 and BF. RGB value is (147,82,191). Sum of RGB (Red+Green+Blue) = 147+82+191=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #9352BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352BF is #6CAD40. Grayscale: #717171. Windows color (decimal): -7122241 or 12538515. OLE color: 12538515.

HSL color Cylindrical-coordinate representation of color #9352BF: hue angle of 275.78º degrees, saturation: 0.46, 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 #9352BF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14782191-
CMYK0.230.5700.25
HSL275.78º45.99%53.53%-
HSV(B)275.78º57.07%74.9%-
XYZ24.451651.09-
YUV113.86171.53151.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 191 (75% from 255) = 45.48%
R=35%
G=19.52%
B=45.48%

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
Decimal147821910.230.5700.25275.7845.9953.53
Hex9352BF17390191142e36
Octal22312227727710314245666
Binary1001001110100101011111110111111001011001100010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9352BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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