#8A48C9

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

Shades of Deep Lilac #8A48C9

Tints of Deep Lilac #8A48C9

Color information

#8A48C9 (or 0x8A48C9) is unknown color: approx Deep Lilac. HEX triplet: 8A, 48 and C9. RGB value is (138,72,201). Sum of RGB (Red+Green+Blue) = 138+72+201=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A48C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A48C9 is #75B736. Grayscale: #696969. Windows color (decimal): -7714615 or 13191306. OLE color: 13191306.

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

Color convert

RGB13872201-
CMYK0.310.6400.21
HSL270.7º54.43%53.53%-
HSV(B)270.7º64.18%78.82%-
XYZ23.3414.2656.78-
YUV106.44181.37150.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 201 (78.91% from 255) = 48.91%
R=33.58%
G=17.52%
B=48.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138722010.310.6400.21270.754.4353.53
Hex8A48C91F4001510f3636
Octal212110311371000254176666
Binary10001010100100011001001111111000000010101100001111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A48C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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