#9552BE

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

Shades of Deep Lilac #9552BE

Tints of Deep Lilac #9552BE

Color information

#9552BE (or 0x9552BE) is unknown color: approx Deep Lilac. HEX triplet: 95, 52 and BE. RGB value is (149,82,190). Sum of RGB (Red+Green+Blue) = 149+82+190=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #9552BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552BE is #6AAD41. Grayscale: #717171. Windows color (decimal): -6991170 or 12472981. OLE color: 12472981.

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

Color convert

RGB14982190-
CMYK0.220.5700.25
HSL277.22º45.38%53.33%-
HSV(B)277.22º56.84%74.51%-
XYZ24.7116.1450.53-
YUV114.34170.7152.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=35.39%
G=19.48%
B=45.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149821900.220.5700.25277.2245.3853.33
Hex9552BE16390191152d35
Octal22512227626710314255565
Binary1001010110100101011111010110111001011001100010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9552BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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