Html Css Color HEX #8946AA Deep Lilac

📋 copy color: '#8946AA'

red 137 ◦ green 70 ◦ blue 170

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

Shades of Deep Lilac #8946AA

Tints of Deep Lilac #8946AA

RGB

 RED value IS 137 (53.91% from 255) = 36.34%

 GREEN value IS 70 (27.73% from 255) = 18.57%

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

R = 36.34%
G = 18.57%
B = 45.09%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8946AA (or 0x8946AA) is known color: Deep Lilac. HEX triplet: 89, 46 and AA. RGB value is (137,70,170). Sum of RGB (Red+Green+Blue) = 137+70+170=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #8946AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8946AA is #76B955. Grayscale: #656565. Windows color (decimal): -7780694 or 11159177. OLE color: 11159177.

HSL color Cylindrical-coordinate representation of color #8946AA: hue angle of 280.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8946AA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 70 170 -
CMYK 0.19 0.59 0 0.33
HSL 280.2º 0.42% 0.47% -
HSV(B) 280.2º 0.59% 0.67% -
XYZ 19.76 12.6 39.42 -
YUV 101.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 137 70 170 0.19 0.59 0 0.33 280.2 0.42 0.47
Hex 89 46 AA 13 3B 0 21 118 2A 2F
Octal 211 106 252 23 73 0 41 430 52 57
Binary 10001001 1000110 10101010 10011 111011 0 100001 100011000 101010 101111

Color Harmonies of #8946AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8946AA

Black with #8946AA

Text Example


Text Example

White with #8946AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8946AA; }

 p { color: rgb(137,70,170); }

 H1.HeaderClassName
 {
   color: #8946AA;
 }
 .AnyTagClassName
 {
   color: #8946AA;
 }
</style>

background-color css

<style>
 a { background-color: #8946AA; }

 a { background-color: rgb(137,70,170); }

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

border-color css

<style>
 span { border-color: #8946AA; }

 span { border-color: rgb(137,70,170); }

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