#8149CA

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

Shades of Deep Lilac #8149CA

Tints of Deep Lilac #8149CA

Color information

#8149CA (or 0x8149CA) is unknown color: approx Deep Lilac. HEX triplet: 81, 49 and CA. RGB value is (129,73,202). Sum of RGB (Red+Green+Blue) = 129+73+202=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #8149CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149CA is #7EB635. Grayscale: #676767. Windows color (decimal): -8304182 or 13257089. OLE color: 13257089.

HSL color Cylindrical-coordinate representation of color #8149CA: hue angle of 266.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8149CA is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12973202-
CMYK0.360.6400.21
HSL266.05º54.89%53.92%-
HSV(B)266.05º63.86%79.22%-
XYZ22.113.757.36-
YUV104.45183.05145.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 73 (28.91% from 255) = 18.07%
BLUE value IS 202 (79.30% from 255) = 50%
R=31.93%
G=18.07%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129732020.360.6400.21266.0554.8953.92
Hex8149CA244001510a3736
Octal201111312441000254126766
Binary100000011001001110010101001001000000010101100001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8149CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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