#8953BE

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

Shades of Deep Lilac #8953BE

Tints of Deep Lilac #8953BE

Color information

#8953BE (or 0x8953BE) is unknown color: approx Deep Lilac. HEX triplet: 89, 53 and BE. RGB value is (137,83,190). Sum of RGB (Red+Green+Blue) = 137+83+190=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #8953BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953BE is #76AC41. Grayscale: #6E6E6E. Windows color (decimal): -7777346 or 12473225. OLE color: 12473225.

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

Color convert

RGB13783190-
CMYK0.280.5600.25
HSL270.28º45.15%53.53%-
HSV(B)270.28º56.32%74.51%-
XYZ22.715.2250.46-
YUV111.34172.39146.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 83 (32.81% from 255) = 20.24%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=33.41%
G=20.24%
B=46.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137831900.280.5600.25270.2845.1553.53
Hex8953BE1C3801910e2d36
Octal21112327634700314165566
Binary1000100110100111011111011100111000011001100001110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8953BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,83,190); }

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

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

 a { background-color: rgb(137,83,190); }

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

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

 span { border-color: rgb(137,83,190); }

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