Html Css Color HEX #9247AA Deep Lilac

📋 copy color: '#9247AA'

red 146 ◦ green 71 ◦ blue 170

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

Shades of Deep Lilac #9247AA

Tints of Deep Lilac #9247AA

RGB

 RED value IS 146 (57.42% from 255) = 37.73%

 GREEN value IS 71 (28.13% from 255) = 18.35%

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

R = 37.73%
G = 18.35%
B = 43.93%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9247AA (or 0x9247AA) is known color: Deep Lilac. HEX triplet: 92, 47 and AA. RGB value is (146,71,170). Sum of RGB (Red+Green+Blue) = 146+71+170=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #9247AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9247AA is #6DB855. Grayscale: #686868. Windows color (decimal): -7190614 or 11159442. OLE color: 11159442.

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

Color convert

RGB 146 71 170 -
CMYK 0.14 0.58 0 0.33
HSL 285.45º 0.41% 0.47% -
HSV(B) 285.45º 0.58% 0.67% -
XYZ 21.36 13.52 39.51 -
YUV 104.71 164.85 157.45 -
System Red Green Blue C M Y K H S L
Decimal 146 71 170 0.14 0.58 0 0.33 285.45 0.41 0.47
Hex 92 47 AA E 3A 0 21 11D 29 2F
Octal 222 107 252 16 72 0 41 435 51 57
Binary 10010010 1000111 10101010 1110 111010 0 100001 100011101 101001 101111

Color Harmonies of #9247AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9247AA

Black with #9247AA

Text Example


Text Example

White with #9247AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,71,170); }

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

background-color css

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

 a { background-color: rgb(146,71,170); }

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

border-color css

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

 span { border-color: rgb(146,71,170); }

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