Html Css Color HEX #9D54AE Deep Lilac

📋 copy color: '#9D54AE'

red 157 ◦ green 84 ◦ blue 174

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

Shades of Deep Lilac #9D54AE

Tints of Deep Lilac #9D54AE

RGB

 RED value IS 157 (61.72% from 255) = 37.83%

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

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

R = 37.83%
G = 20.24%
B = 41.93%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D54AE (or 0x9D54AE) is known color: Deep Lilac. HEX triplet: 9D, 54 and AE. RGB value is (157,84,174). Sum of RGB (Red+Green+Blue) = 157+84+174=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D54AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D54AE is #62AB51. Grayscale: #737373. Windows color (decimal): -6466386 or 11424925. OLE color: 11424925.

HSL color Cylindrical-coordinate representation of color #9D54AE: hue angle of 288.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 #9D54AE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 84 174 -
CMYK 0.10 0.52 0 0.32
HSL 288.67º 0.36% 0.51% -
HSV(B) 288.67º 0.52% 0.68% -
XYZ 24.71 16.56 41.94 -
YUV 116.09 160.68 157.18 -
System Red Green Blue C M Y K H S L
Decimal 157 84 174 0.10 0.52 0 0.32 288.67 0.36 0.51
Hex 9D 54 AE A 34 0 20 121 24 33
Octal 235 124 256 12 64 0 40 441 44 63
Binary 10011101 1010100 10101110 1010 110100 0 100000 100100001 100100 110011

Color Harmonies of #9D54AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D54AE

Black with #9D54AE

Text Example


Text Example

White with #9D54AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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