#8149BD

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

Shades of Deep Lilac #8149BD

Tints of Deep Lilac #8149BD

Color information

#8149BD (or 0x8149BD) is unknown color: approx Deep Lilac. HEX triplet: 81, 49 and BD. RGB value is (129,73,189). Sum of RGB (Red+Green+Blue) = 129+73+189=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #8149BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149BD is #7EB642. Grayscale: #666666. Windows color (decimal): -8304195 or 12405121. OLE color: 12405121.

HSL color Cylindrical-coordinate representation of color #8149BD: hue angle of 268.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8149BD is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12973189-
CMYK0.320.6100.26
HSL268.97º46.77%51.37%-
HSV(B)268.97º61.38%74.12%-
XYZ20.6213.1149.59-
YUV102.97176.55146.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=32.99%
G=18.67%
B=48.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129731890.320.6100.26268.9746.7751.37
Hex8149BD203D01A10d2f33
Octal20111127540750324155763
Binary10000001100100110111101100000111101011010100001101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8149BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8149BD; }

 p { color: rgb(129,73,189); }

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

<style>
 a { background-color: #8149BD; }

 a { background-color: rgb(129,73,189); }

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

<style>
 span { border-color: #8149BD; }

 span { border-color: rgb(129,73,189); }

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