Html Css Color HEX #9A5CAE Deep Lilac

📋 copy color: '#9A5CAE'

red 154 ◦ green 92 ◦ blue 174

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

Shades of Deep Lilac #9A5CAE

Tints of Deep Lilac #9A5CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

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

R = 36.67%
G = 21.9%
B = 41.43%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A5CAE (or 0x9A5CAE) is known color: Deep Lilac. HEX triplet: 9A, 5C and AE. RGB value is (154,92,174). Sum of RGB (Red+Green+Blue) = 154+92+174=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5CAE is #65A351. Grayscale: #777777. Windows color (decimal): -6660946 or 11426970. OLE color: 11426970.

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

Color convert

RGB 154 92 174 -
CMYK 0.11 0.47 0 0.32
HSL 285.37º 0.34% 0.52% -
HSV(B) 285.37º 0.47% 0.68% -
XYZ 24.79 17.58 42.13 -
YUV 119.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 154 92 174 0.11 0.47 0 0.32 285.37 0.34 0.52
Hex 9A 5C AE B 2F 0 20 11D 22 34
Octal 232 134 256 13 57 0 40 435 42 64
Binary 10011010 1011100 10101110 1011 101111 0 100000 100011101 100010 110100

Color Harmonies of #9A5CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5CAE

Black with #9A5CAE

Text Example


Text Example

White with #9A5CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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