#8652BB

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

Shades of Deep Lilac #8652BB

Tints of Deep Lilac #8652BB

Color information

#8652BB (or 0x8652BB) is unknown color: approx Deep Lilac. HEX triplet: 86, 52 and BB. RGB value is (134,82,187). Sum of RGB (Red+Green+Blue) = 134+82+187=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #8652BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8652BB is #79AD44. Grayscale: #6D6D6D. Windows color (decimal): -7974213 or 12276358. OLE color: 12276358.

HSL color Cylindrical-coordinate representation of color #8652BB: hue angle of 269.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8652BB is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13482187-
CMYK0.280.5600.27
HSL269.71º43.57%52.75%-
HSV(B)269.71º56.15%73.33%-
XYZ21.8214.6948.7-
YUV109.52171.73145.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=33.25%
G=20.35%
B=46.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134821870.280.5600.27269.7143.5752.75
Hex8652BB1C3801B10e2c35
Octal20612227334700334165465
Binary1000011010100101011101111100111000011011100001110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8652BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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