#8A4BAA

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

Shades of Deep Lilac #8A4BAA

Tints of Deep Lilac #8A4BAA

Color information

#8A4BAA (or 0x8A4BAA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4B and AA. RGB value is (138,75,170). Sum of RGB (Red+Green+Blue) = 138+75+170=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4BAA is #75B455. Grayscale: #686868. Windows color (decimal): -7713878 or 11160458. OLE color: 11160458.

HSL color Cylindrical-coordinate representation of color #8A4BAA: hue angle of 279.79º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A4BAA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13875170-
CMYK0.190.5600.33
HSL279.79º38.78%48.04%-
HSV(B)279.79º55.88%66.67%-
XYZ20.2513.3439.54-
YUV104.67164.87151.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=36.03%
G=19.58%
B=44.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138751700.190.5600.33279.7938.7848.04
Hex8A4BAA13380211182730
Octal21211325223700414304760
Binary10001010100101110101010100111110000100001100011000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,75,170); }

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

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

 a { background-color: rgb(138,75,170); }

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

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

 span { border-color: rgb(138,75,170); }

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