#8251BE

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

Shades of Deep Lilac #8251BE

Tints of Deep Lilac #8251BE

Color information

#8251BE (or 0x8251BE) is unknown color: approx Deep Lilac. HEX triplet: 82, 51 and BE. RGB value is (130,81,190). Sum of RGB (Red+Green+Blue) = 130+81+190=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 81 (32.03% from 255 or 20.20% 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 #8251BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251BE is #7DAE41. Grayscale: #6B6B6B. Windows color (decimal): -8236610 or 12472706. OLE color: 12472706.

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

Color convert

RGB13081190-
CMYK0.320.5700.25
HSL266.97º45.61%53.14%-
HSV(B)266.97º57.37%74.51%-
XYZ21.4414.3550.35-
YUV108.08174.23143.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=32.42%
G=20.20%
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
Decimal130811900.320.5700.25266.9745.6153.14
Hex8251BE203901910b2e35
Octal20212127640710314135665
Binary10000010101000110111110100000111001011001100001011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8251BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,81,190); }

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

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

 a { background-color: rgb(130,81,190); }

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

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

 span { border-color: rgb(130,81,190); }

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