#9252BF

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

Shades of Deep Lilac #9252BF

Tints of Deep Lilac #9252BF

Color information

#9252BF (or 0x9252BF) is unknown color: approx Deep Lilac. HEX triplet: 92, 52 and BF. RGB value is (146,82,191). Sum of RGB (Red+Green+Blue) = 146+82+191=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #9252BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252BF is #6DAD40. Grayscale: #717171. Windows color (decimal): -7187777 or 12538514. OLE color: 12538514.

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

Color convert

RGB14682191-
CMYK0.240.5700.25
HSL275.23º45.99%53.53%-
HSV(B)275.23º57.07%74.9%-
XYZ24.2815.9151.08-
YUV113.56171.7151.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 191 (75% from 255) = 45.58%
R=34.84%
G=19.57%
B=45.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146821910.240.5700.25275.2345.9953.53
Hex9252BF18390191132e36
Octal22212227730710314235666
Binary1001001010100101011111111000111001011001100010011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9252BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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