Html Css Color HEX #9754AA Deep Lilac

📋 copy color: '#9754AA'

red 151 ◦ green 84 ◦ blue 170

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

Shades of Deep Lilac #9754AA

Tints of Deep Lilac #9754AA

RGB

 RED value IS 151 (59.38% from 255) = 37.28%

 GREEN value IS 84 (33.2% from 255) = 20.74%

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

R = 37.28%
G = 20.74%
B = 41.98%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9754AA (or 0x9754AA) is known color: Deep Lilac. HEX triplet: 97, 54 and AA. RGB value is (151,84,170). Sum of RGB (Red+Green+Blue) = 151+84+170=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #9754AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9754AA is #68AB55. Grayscale: #717171. Windows color (decimal): -6859606 or 11162775. OLE color: 11162775.

HSL color Cylindrical-coordinate representation of color #9754AA: hue angle of 286.74º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9754AA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 84 170 -
CMYK 0.11 0.51 0 0.33
HSL 286.74º 0.34% 0.5% -
HSV(B) 286.74º 0.51% 0.67% -
XYZ 23.19 15.82 39.86 -
YUV 113.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 151 84 170 0.11 0.51 0 0.33 286.74 0.34 0.5
Hex 97 54 AA B 33 0 21 11F 22 32
Octal 227 124 252 13 63 0 41 437 42 62
Binary 10010111 1010100 10101010 1011 110011 0 100001 100011111 100010 110010

Color Harmonies of #9754AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754AA

Black with #9754AA

Text Example


Text Example

White with #9754AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,84,170); }

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

background-color css

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

 a { background-color: rgb(151,84,170); }

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

border-color css

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

 span { border-color: rgb(151,84,170); }

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