Html Css Color HEX #9546AA Deep Lilac

📋 copy color: '#9546AA'

red 149 ◦ green 70 ◦ blue 170

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

Shades of Deep Lilac #9546AA

Tints of Deep Lilac #9546AA

RGB

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

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

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

R = 38.3%
G = 17.99%
B = 43.7%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9546AA (or 0x9546AA) is known color: Deep Lilac. HEX triplet: 95, 46 and AA. RGB value is (149,70,170). Sum of RGB (Red+Green+Blue) = 149+70+170=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #9546AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9546AA is #6AB955. Grayscale: #686868. Windows color (decimal): -6994262 or 11159189. OLE color: 11159189.

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

Color convert

RGB 149 70 170 -
CMYK 0.12 0.59 0 0.33
HSL 287.4º 0.42% 0.47% -
HSV(B) 287.4º 0.59% 0.67% -
XYZ 21.84 13.67 39.52 -
YUV 105.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 149 70 170 0.12 0.59 0 0.33 287.4 0.42 0.47
Hex 95 46 AA C 3B 0 21 11F 2A 2F
Octal 225 106 252 14 73 0 41 437 52 57
Binary 10010101 1000110 10101010 1100 111011 0 100001 100011111 101010 101111

Color Harmonies of #9546AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9546AA

Black with #9546AA

Text Example


Text Example

White with #9546AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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