Html Css Color HEX #9A54AE Deep Lilac

📋 copy color: '#9A54AE'

red 154 ◦ green 84 ◦ blue 174

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

Shades of Deep Lilac #9A54AE

Tints of Deep Lilac #9A54AE

RGB

 RED value IS 154 (60.55% from 255) = 37.38%

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

 BLUE value IS 174 (68.36% from 255) = 42.23%

R = 37.38%
G = 20.39%
B = 42.23%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A54AE (or 0x9A54AE) is known color: Deep Lilac. HEX triplet: 9A, 54 and AE. RGB value is (154,84,174). Sum of RGB (Red+Green+Blue) = 154+84+174=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A54AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A54AE is #65AB51. Grayscale: #727272. Windows color (decimal): -6662994 or 11424922. OLE color: 11424922.

HSL color Cylindrical-coordinate representation of color #9A54AE: hue angle of 286.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A54AE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 84 174 -
CMYK 0.11 0.52 0 0.32
HSL 286.67º 0.36% 0.51% -
HSV(B) 286.67º 0.52% 0.68% -
XYZ 24.14 16.27 41.91 -
YUV 115.19 161.19 155.68 -
System Red Green Blue C M Y K H S L
Decimal 154 84 174 0.11 0.52 0 0.32 286.67 0.36 0.51
Hex 9A 54 AE B 34 0 20 11F 24 33
Octal 232 124 256 13 64 0 40 437 44 63
Binary 10011010 1010100 10101110 1011 110100 0 100000 100011111 100100 110011

Color Harmonies of #9A54AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A54AE

Black with #9A54AE

Text Example


Text Example

White with #9A54AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A54AE; }

 p { color: rgb(154,84,174); }

 H1.HeaderClassName
 {
   color: #9A54AE;
 }
 .AnyTagClassName
 {
   color: #9A54AE;
 }
</style>

background-color css

<style>
 a { background-color: #9A54AE; }

 a { background-color: rgb(154,84,174); }

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

border-color css

<style>
 span { border-color: #9A54AE; }

 span { border-color: rgb(154,84,174); }

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