#8149C4

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

Shades of Deep Lilac #8149C4

Tints of Deep Lilac #8149C4

Color information

#8149C4 (or 0x8149C4) is unknown color: approx Deep Lilac. HEX triplet: 81, 49 and C4. RGB value is (129,73,196). Sum of RGB (Red+Green+Blue) = 129+73+196=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 196 (76.95% from 255 or 49.25% from 398); Max value from RGB is 196 - color contains mainly: blue. Hex color #8149C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149C4 is #7EB63B. Grayscale: #676767. Windows color (decimal): -8304188 or 12863873. OLE color: 12863873.

HSL color Cylindrical-coordinate representation of color #8149C4: hue angle of 267.32º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8149C4 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12973196-
CMYK0.340.6300.23
HSL267.32º51.04%52.75%-
HSV(B)267.32º62.76%76.86%-
XYZ21.413.4253.69-
YUV103.77180.05146-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.41%
GREEN value IS 73 (28.91% from 255) = 18.34%
BLUE value IS 196 (76.95% from 255) = 49.25%
R=32.41%
G=18.34%
B=49.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal129731960.340.6300.23267.3251.0452.75
Hex8149C4223F01710b3335
Octal20111130442770274136365
Binary10000001100100111000100100010111111010111100001011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8149C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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