Html Css Color HEX #9541AA Deep Lilac

📋 copy color: '#9541AA'

red 149 ◦ green 65 ◦ blue 170

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

Shades of Deep Lilac #9541AA

Tints of Deep Lilac #9541AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

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

R = 38.8%
G = 16.93%
B = 44.27%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9541AA (or 0x9541AA) is known color: Deep Lilac. HEX triplet: 95, 41 and AA. RGB value is (149,65,170). Sum of RGB (Red+Green+Blue) = 149+65+170=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #9541AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9541AA is #6ABE55. Grayscale: #656565. Windows color (decimal): -6995542 or 11157909. OLE color: 11157909.

HSL color Cylindrical-coordinate representation of color #9541AA: hue angle of 288º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9541AA is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 65 170 -
CMYK 0.12 0.62 0 0.33
HSL 288º 0.45% 0.46% -
HSV(B) 288º 0.62% 0.67% -
XYZ 21.54 13.07 39.42 -
YUV 102.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 149 65 170 0.12 0.62 0 0.33 288 0.45 0.46
Hex 95 41 AA C 3E 0 21 120 2D 2E
Octal 225 101 252 14 76 0 41 440 55 56
Binary 10010101 1000001 10101010 1100 111110 0 100001 100100000 101101 101110

Color Harmonies of #9541AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9541AA

Black with #9541AA

Text Example


Text Example

White with #9541AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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