Html Css Color HEX #9A5ABD Deep Lilac

📋 copy color: '#9A5ABD'

red 154 ◦ green 90 ◦ blue 189

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

Shades of Deep Lilac #9A5ABD

Tints of Deep Lilac #9A5ABD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.79%

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 35.57%
G = 20.79%
B = 43.65%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A5ABD (or 0x9A5ABD) is known color: Deep Lilac. HEX triplet: 9A, 5A and BD. RGB value is (154,90,189). Sum of RGB (Red+Green+Blue) = 154+90+189=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A5ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5ABD is #65A542. Grayscale: #787878. Windows color (decimal): -6661443 or 12409498. OLE color: 12409498.

HSL color Cylindrical-coordinate representation of color #9A5ABD: hue angle of 278.79º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A5ABD is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 90 189 -
CMYK 0.19 0.52 0 0.26
HSL 278.79º 0.43% 0.55% -
HSV(B) 278.79º 0.52% 0.74% -
XYZ 26.17 17.86 50.21 -
YUV 120.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 154 90 189 0.19 0.52 0 0.26 278.79 0.43 0.55
Hex 9A 5A BD 13 34 0 1A 117 2B 37
Octal 232 132 275 23 64 0 32 427 53 67
Binary 10011010 1011010 10111101 10011 110100 0 11010 100010111 101011 110111

Color Harmonies of #9A5ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5ABD

Black with #9A5ABD

Text Example


Text Example

White with #9A5ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,90,189); }

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

background-color css

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

 a { background-color: rgb(154,90,189); }

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

border-color css

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

 span { border-color: rgb(154,90,189); }

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