#8A4CCA

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

Shades of Deep Lilac #8A4CCA

Tints of Deep Lilac #8A4CCA

Color information

#8A4CCA (or 0x8A4CCA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4C and CA. RGB value is (138,76,202). Sum of RGB (Red+Green+Blue) = 138+76+202=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A4CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4CCA is #75B335. Grayscale: #6C6C6C. Windows color (decimal): -7713590 or 13257866. OLE color: 13257866.

HSL color Cylindrical-coordinate representation of color #8A4CCA: hue angle of 269.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A4CCA is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13876202-
CMYK0.320.6200.21
HSL269.52º54.31%54.51%-
HSV(B)269.52º62.38%79.22%-
XYZ23.7314.8457.49-
YUV108.9180.54148.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 76 (30.08% from 255) = 18.27%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=33.17%
G=18.27%
B=48.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138762020.320.6200.21269.5254.3154.51
Hex8A4CCA203E01510e3637
Octal21211431240760254166667
Binary10001010100110011001010100000111110010101100001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,76,202); }

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

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

 a { background-color: rgb(138,76,202); }

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

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

 span { border-color: rgb(138,76,202); }

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