#8152BE

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

Shades of Deep Lilac #8152BE

Tints of Deep Lilac #8152BE

Color information

#8152BE (or 0x8152BE) is unknown color: approx Deep Lilac. HEX triplet: 81, 52 and BE. RGB value is (129,82,190). Sum of RGB (Red+Green+Blue) = 129+82+190=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #8152BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8152BE is #7EAD41. Grayscale: #6B6B6B. Windows color (decimal): -8301890 or 12472961. OLE color: 12472961.

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

Color convert

RGB12982190-
CMYK0.320.5700.25
HSL266.11º45.38%53.33%-
HSV(B)266.11º56.84%74.51%-
XYZ21.3614.4250.37-
YUV108.36174.07142.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=32.17%
G=20.45%
B=47.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129821900.320.5700.25266.1145.3853.33
Hex8152BE203901910a2d35
Octal20112227640710314125565
Binary10000001101001010111110100000111001011001100001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8152BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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