#8A4BAF

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

Shades of Deep Lilac #8A4BAF

Tints of Deep Lilac #8A4BAF

Color information

#8A4BAF (or 0x8A4BAF) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4B and AF. RGB value is (138,75,175). Sum of RGB (Red+Green+Blue) = 138+75+175=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A4BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4BAF is #75B450. Grayscale: #686868. Windows color (decimal): -7713873 or 11488138. OLE color: 11488138.

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

Color convert

RGB13875175-
CMYK0.210.5700.31
HSL277.8º40%49.02%-
HSV(B)277.8º57.14%68.63%-
XYZ20.7413.5342.08-
YUV105.24167.37151.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.57%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=35.57%
G=19.33%
B=45.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138751750.210.5700.31277.84049.02
Hex8A4BAF153901F1162831
Octal21211325725710374265061
Binary1000101010010111010111110101111001011111100010110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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