Html Css Color HEX #9547AA Deep Lilac

📋 copy color: '#9547AA'

red 149 ◦ green 71 ◦ blue 170

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

Shades of Deep Lilac #9547AA

Tints of Deep Lilac #9547AA

RGB

 RED value IS 149 (58.59% from 255) = 38.21%

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

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

R = 38.21%
G = 18.21%
B = 43.59%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9547AA (or 0x9547AA) is known color: Deep Lilac. HEX triplet: 95, 47 and AA. RGB value is (149,71,170). Sum of RGB (Red+Green+Blue) = 149+71+170=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #9547AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9547AA is #6AB855. Grayscale: #696969. Windows color (decimal): -6994006 or 11159445. OLE color: 11159445.

HSL color Cylindrical-coordinate representation of color #9547AA: hue angle of 287.27º 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 #9547AA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 71 170 -
CMYK 0.12 0.58 0 0.33
HSL 287.27º 0.41% 0.47% -
HSV(B) 287.27º 0.58% 0.67% -
XYZ 21.9 13.8 39.54 -
YUV 105.61 164.34 158.95 -
System Red Green Blue C M Y K H S L
Decimal 149 71 170 0.12 0.58 0 0.33 287.27 0.41 0.47
Hex 95 47 AA C 3A 0 21 11F 29 2F
Octal 225 107 252 14 72 0 41 437 51 57
Binary 10010101 1000111 10101010 1100 111010 0 100001 100011111 101001 101111

Color Harmonies of #9547AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9547AA

Black with #9547AA

Text Example


Text Example

White with #9547AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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