#8146BE

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

Shades of Deep Lilac #8146BE

Tints of Deep Lilac #8146BE

Color information

#8146BE (or 0x8146BE) is unknown color: approx Deep Lilac. HEX triplet: 81, 46 and BE. RGB value is (129,70,190). Sum of RGB (Red+Green+Blue) = 129+70+190=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #8146BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8146BE is #7EB941. Grayscale: #646464. Windows color (decimal): -8304962 or 12469889. OLE color: 12469889.

HSL color Cylindrical-coordinate representation of color #8146BE: hue angle of 269.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8146BE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12970190-
CMYK0.320.6300.25
HSL269.5º48%50.98%-
HSV(B)269.5º63.16%74.51%-
XYZ20.5412.7750.1-
YUV101.32178.05147.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 70 (27.73% from 255) = 17.99%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=33.16%
G=17.99%
B=48.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129701900.320.6300.25269.54850.98
Hex8146BE203F01910e3033
Octal20110627640770314166063
Binary10000001100011010111110100000111111011001100001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8146BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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