#8A53BF

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

Shades of Deep Lilac #8A53BF

Tints of Deep Lilac #8A53BF

Color information

#8A53BF (or 0x8A53BF) is unknown color: approx Deep Lilac. HEX triplet: 8A, 53 and BF. RGB value is (138,83,191). Sum of RGB (Red+Green+Blue) = 138+83+191=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A53BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A53BF is #75AC40. Grayscale: #6F6F6F. Windows color (decimal): -7711809 or 12538762. OLE color: 12538762.

HSL color Cylindrical-coordinate representation of color #8A53BF: hue angle of 270.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A53BF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13883191-
CMYK0.280.5700.25
HSL270.56º45.76%53.73%-
HSV(B)270.56º56.54%74.9%-
XYZ22.9815.3551.04-
YUV111.76172.72146.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 83 (32.81% from 255) = 20.15%
BLUE value IS 191 (75% from 255) = 46.36%
R=33.50%
G=20.15%
B=46.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138831910.280.5700.25270.5645.7653.73
Hex8A53BF1C3901910f2e36
Octal21212327734710314175666
Binary1000101010100111011111111100111001011001100001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A53BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,83,191); }

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

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

 a { background-color: rgb(138,83,191); }

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

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

 span { border-color: rgb(138,83,191); }

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