#8652BE

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

Shades of Deep Lilac #8652BE

Tints of Deep Lilac #8652BE

Color information

#8652BE (or 0x8652BE) is unknown color: approx Deep Lilac. HEX triplet: 86, 52 and BE. RGB value is (134,82,190). Sum of RGB (Red+Green+Blue) = 134+82+190=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #8652BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8652BE is #79AD41. Grayscale: #6D6D6D. Windows color (decimal): -7974210 or 12472966. OLE color: 12472966.

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

Color convert

RGB13482190-
CMYK0.290.5700.25
HSL268.89º45.38%53.33%-
HSV(B)268.89º56.84%74.51%-
XYZ22.1414.8250.41-
YUV109.86173.23145.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=33.00%
G=20.20%
B=46.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134821900.290.5700.25268.8945.3853.33
Hex8652BE1D3901910d2d35
Octal20612227635710314155565
Binary1000011010100101011111011101111001011001100001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8652BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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