Html Css Color HEX #8A52BA Deep Lilac

📋 copy color: '#8A52BA'

red 138 ◦ green 82 ◦ blue 186

#8A52BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #8A52BA

Tints of Deep Lilac #8A52BA

RGB

 RED value IS 138 (54.3% from 255) = 33.99%

 GREEN value IS 82 (32.42% from 255) = 20.2%

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 33.99%
G = 20.2%
B = 45.81%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A52BA (or 0x8A52BA) is known color: Deep Lilac. HEX triplet: 8A, 52 and BA. RGB value is (138,82,186). Sum of RGB (Red+Green+Blue) = 138+82+186=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A52BA is #75AD45. Grayscale: #6E6E6E. Windows color (decimal): -7712070 or 12210826. OLE color: 12210826.

HSL color Cylindrical-coordinate representation of color #8A52BA: hue angle of 272.31º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A52BA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 82 186 -
CMYK 0.26 0.56 0 0.27
HSL 272.31º 0.43% 0.53% -
HSV(B) 272.31º 0.56% 0.73% -
XYZ 22.36 14.98 48.17 -
YUV 110.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 138 82 186 0.26 0.56 0 0.27 272.31 0.43 0.53
Hex 8A 52 BA 1A 38 0 1B 110 2B 35
Octal 212 122 272 32 70 0 33 420 53 65
Binary 10001010 1010010 10111010 11010 111000 0 11011 100010000 101011 110101

Color Harmonies of #8A52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A52BA

Black with #8A52BA

Text Example


Text Example

White with #8A52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,82,186); }

 H1.HeaderClassName
 {
   color: #8A52BA;
 }
 .AnyTagClassName
 {
   color: #8A52BA;
 }
</style>

background-color css

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

 a { background-color: rgb(138,82,186); }

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

border-color css

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

 span { border-color: rgb(138,82,186); }

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