#8a48c7

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

Shades of Deep Lilac #8A48C7

Tints of Deep Lilac #8A48C7

Color information

#8A48C7 (or 0x8A48C7) is unknown color: approx Deep Lilac. HEX triplet: 8A, 48 and C7. RGB value is (138,72,199). Sum of RGB (Red+Green+Blue) = 138+72+199=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #8A48C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A48C7 is #75B738. Grayscale: #696969. Windows color (decimal): -7714617 or 13060234. OLE color: 13060234.

HSL color Cylindrical-coordinate representation of color #8A48C7: hue angle of 271.18º 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 #8A48C7 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13872199-
CMYK0.310.6400.22
HSL271.18º53.14%53.14%-
HSV(B)271.18º63.82%78.04%-
XYZ23.1114.1655.55-
YUV106.21180.37150.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 199 (78.12% from 255) = 48.66%
R=33.74%
G=17.60%
B=48.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal138721990.310.6400.22271.1853.1453.14
Hex8A48C71F4001610f3535
Octal212110307371000264176565
Binary10001010100100011000111111111000000010110100001111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a48c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8a48c7; }

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

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

<style>
 a { background-color: #8a48c7; }

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

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

<style>
 span { border-color: #8a48c7; }

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

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