Html Css Color HEX #9A5DAE Deep Lilac

📋 copy color: '#9A5DAE'

red 154 ◦ green 93 ◦ blue 174

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

Shades of Deep Lilac #9A5DAE

Tints of Deep Lilac #9A5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.09%

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

R = 36.58%
G = 22.09%
B = 41.33%

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

#9A5DAE (or 0x9A5DAE) is known color: Deep Lilac. HEX triplet: 9A, 5D and AE. RGB value is (154,93,174). Sum of RGB (Red+Green+Blue) = 154+93+174=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5DAE is #65A251. Grayscale: #787878. Windows color (decimal): -6660690 or 11427226. OLE color: 11427226.

HSL color Cylindrical-coordinate representation of color #9A5DAE: hue angle of 285.19º degrees, saturation: 0.33, 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 #9A5DAE is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 93 174 -
CMYK 0.11 0.47 0 0.32
HSL 285.19º 0.33% 0.52% -
HSV(B) 285.19º 0.47% 0.68% -
XYZ 24.88 17.75 42.16 -
YUV 120.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 154 93 174 0.11 0.47 0 0.32 285.19 0.33 0.52
Hex 9A 5D AE B 2F 0 20 11D 21 34
Octal 232 135 256 13 57 0 40 435 41 64
Binary 10011010 1011101 10101110 1011 101111 0 100000 100011101 100001 110100

Color Harmonies of #9A5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5DAE

Black with #9A5DAE

Text Example


Text Example

White with #9A5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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