Html Css Color HEX #8946AC Deep Lilac

📋 copy color: '#8946AC'

red 137 ◦ green 70 ◦ blue 172

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

Shades of Deep Lilac #8946AC

Tints of Deep Lilac #8946AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 36.15%
G = 18.47%
B = 45.38%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8946AC (or 0x8946AC) is known color: Deep Lilac. HEX triplet: 89, 46 and AC. RGB value is (137,70,172). Sum of RGB (Red+Green+Blue) = 137+70+172=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #8946AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8946AC is #76B953. Grayscale: #656565. Windows color (decimal): -7780692 or 11290249. OLE color: 11290249.

HSL color Cylindrical-coordinate representation of color #8946AC: hue angle of 279.41º 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 #8946AC is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 70 172 -
CMYK 0.20 0.59 0 0.33
HSL 279.41º 0.42% 0.47% -
HSV(B) 279.41º 0.59% 0.67% -
XYZ 19.95 12.68 40.43 -
YUV 101.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 137 70 172 0.20 0.59 0 0.33 279.41 0.42 0.47
Hex 89 46 AC 14 3B 0 21 117 2A 2F
Octal 211 106 254 24 73 0 41 427 52 57
Binary 10001001 1000110 10101100 10100 111011 0 100001 100010111 101010 101111

Color Harmonies of #8946AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8946AC

Black with #8946AC

Text Example


Text Example

White with #8946AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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