#8148C7

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

Shades of Deep Lilac #8148C7

Tints of Deep Lilac #8148C7

Color information

#8148C7 (or 0x8148C7) is unknown color: approx Deep Lilac. HEX triplet: 81, 48 and C7. RGB value is (129,72,199). Sum of RGB (Red+Green+Blue) = 129+72+199=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 199 (78.12% from 255 or 49.75% from 400); Max value from RGB is 199 - color contains mainly: blue. Hex color #8148C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8148C7 is #7EB738. Grayscale: #676767. Windows color (decimal): -8304441 or 13060225. OLE color: 13060225.

HSL color Cylindrical-coordinate representation of color #8148C7: hue angle of 266.93º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8148C7 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12972199-
CMYK0.350.6400.22
HSL266.93º53.14%53.14%-
HSV(B)266.93º63.82%78.04%-
XYZ21.6813.4355.48-
YUV103.52181.88146.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 199 (78.12% from 255) = 49.75%
R=32.25%
G=18%
B=49.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129721990.350.6400.22266.9353.1453.14
Hex8148C7234001610b3535
Octal201110307431000264136565
Binary100000011001000110001111000111000000010110100001011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8148C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8148C7; }

 p { color: rgb(129,72,199); }

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

<style>
 a { background-color: #8148C7; }

 a { background-color: rgb(129,72,199); }

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

<style>
 span { border-color: #8148C7; }

 span { border-color: rgb(129,72,199); }

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