Html Css Color HEX #8A58AA Deep Lilac

📋 copy color: '#8A58AA'

red 138 ◦ green 88 ◦ blue 170

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

Shades of Deep Lilac #8A58AA

Tints of Deep Lilac #8A58AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.22%

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 34.85%
G = 22.22%
B = 42.93%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A58AA (or 0x8A58AA) is known color: Deep Lilac. HEX triplet: 8A, 58 and AA. RGB value is (138,88,170). Sum of RGB (Red+Green+Blue) = 138+88+170=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A58AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A58AA is #75A755. Grayscale: #707070. Windows color (decimal): -7710550 or 11163786. OLE color: 11163786.

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

Color convert

RGB 138 88 170 -
CMYK 0.19 0.48 0 0.33
HSL 276.59º 0.33% 0.51% -
HSV(B) 276.59º 0.48% 0.67% -
XYZ 21.23 15.29 39.86 -
YUV 112.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 138 88 170 0.19 0.48 0 0.33 276.59 0.33 0.51
Hex 8A 58 AA 13 30 0 21 115 21 33
Octal 212 130 252 23 60 0 41 425 41 63
Binary 10001010 1011000 10101010 10011 110000 0 100001 100010101 100001 110011

Color Harmonies of #8A58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A58AA

Black with #8A58AA

Text Example


Text Example

White with #8A58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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