#8148C4

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

Shades of Deep Lilac #8148C4

Tints of Deep Lilac #8148C4

Color information

#8148C4 (or 0x8148C4) is unknown color: approx Deep Lilac. HEX triplet: 81, 48 and C4. RGB value is (129,72,196). Sum of RGB (Red+Green+Blue) = 129+72+196=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 196 (76.95% from 255 or 49.37% from 397); Max value from RGB is 196 - color contains mainly: blue. Hex color #8148C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8148C4 is #7EB73B. Grayscale: #666666. Windows color (decimal): -8304444 or 12863617. OLE color: 12863617.

HSL color Cylindrical-coordinate representation of color #8148C4: hue angle of 267.58º 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 #8148C4 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12972196-
CMYK0.340.6300.23
HSL267.58º51.24%52.55%-
HSV(B)267.58º63.27%76.86%-
XYZ21.3313.2953.66-
YUV103.18180.38146.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 196 (76.95% from 255) = 49.37%
R=32.49%
G=18.14%
B=49.37%

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
Decimal129721960.340.6300.23267.5851.2452.55
Hex8148C4223F01710c3335
Octal20111030442770274146365
Binary10000001100100011000100100010111111010111100001100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8148C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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