#8A4BAD

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

Shades of Deep Lilac #8A4BAD

Tints of Deep Lilac #8A4BAD

Color information

#8A4BAD (or 0x8A4BAD) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4B and AD. RGB value is (138,75,173). Sum of RGB (Red+Green+Blue) = 138+75+173=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A4BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4BAD is #75B452. Grayscale: #686868. Windows color (decimal): -7713875 or 11357066. OLE color: 11357066.

HSL color Cylindrical-coordinate representation of color #8A4BAD: hue angle of 278.57º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A4BAD is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13875173-
CMYK0.200.5700.32
HSL278.57º39.52%48.63%-
HSV(B)278.57º56.65%67.84%-
XYZ20.5413.4541.05-
YUV105.01166.37151.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=35.75%
G=19.43%
B=44.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138751730.200.5700.32278.5739.5248.63
Hex8A4BAD14390201172831
Octal21211325524710404275061
Binary10001010100101110101101101001110010100000100010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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