#8252BC

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

Shades of Deep Lilac #8252BC

Tints of Deep Lilac #8252BC

Color information

#8252BC (or 0x8252BC) is unknown color: approx Deep Lilac. HEX triplet: 82, 52 and BC. RGB value is (130,82,188). Sum of RGB (Red+Green+Blue) = 130+82+188=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #8252BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8252BC is #7DAD43. Grayscale: #6C6C6C. Windows color (decimal): -8236356 or 12341890. OLE color: 12341890.

HSL color Cylindrical-coordinate representation of color #8252BC: hue angle of 267.17º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8252BC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13082188-
CMYK0.310.5600.26
HSL267.17º44.17%52.94%-
HSV(B)267.17º56.38%73.73%-
XYZ21.314.4149.24-
YUV108.44172.9143.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 188 (73.83% from 255) = 47%
R=32.5%
G=20.5%
B=47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130821880.310.5600.26267.1744.1752.94
Hex8252BC1F3801A10b2c35
Octal20212227437700324135465
Binary1000001010100101011110011111111000011010100001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8252BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8252BC; }

 p { color: rgb(130,82,188); }

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

<style>
 a { background-color: #8252BC; }

 a { background-color: rgb(130,82,188); }

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

<style>
 span { border-color: #8252BC; }

 span { border-color: rgb(130,82,188); }

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