#8152BB

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

Shades of Deep Lilac #8152BB

Tints of Deep Lilac #8152BB

Color information

#8152BB (or 0x8152BB) is unknown color: approx Deep Lilac. HEX triplet: 81, 52 and BB. RGB value is (129,82,187). Sum of RGB (Red+Green+Blue) = 129+82+187=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #8152BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8152BB is #7EAD44. Grayscale: #6B6B6B. Windows color (decimal): -8301893 or 12276353. OLE color: 12276353.

HSL color Cylindrical-coordinate representation of color #8152BB: hue angle of 266.86º 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 #8152BB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12982187-
CMYK0.310.5600.27
HSL266.86º43.57%52.75%-
HSV(B)266.86º56.15%73.33%-
XYZ21.0414.2948.66-
YUV108.02172.57142.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.41%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=32.41%
G=20.60%
B=46.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129821870.310.5600.27266.8643.5752.75
Hex8152BB1F3801B10b2c35
Octal20112227337700334135465
Binary1000000110100101011101111111111000011011100001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8152BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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