Html Css Color HEX #9A5BAB Deep Lilac

📋 copy color: '#9A5BAB'

red 154 ◦ green 91 ◦ blue 171

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

Shades of Deep Lilac #9A5BAB

Tints of Deep Lilac #9A5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.88%

 BLUE value IS 171 (67.19% from 255) = 41.11%

R = 37.02%
G = 21.88%
B = 41.11%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A5BAB (or 0x9A5BAB) is known color: Deep Lilac. HEX triplet: 9A, 5B and AB. RGB value is (154,91,171). Sum of RGB (Red+Green+Blue) = 154+91+171=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5BAB is #65A454. Grayscale: #767676. Windows color (decimal): -6661205 or 11230106. OLE color: 11230106.

HSL color Cylindrical-coordinate representation of color #9A5BAB: hue angle of 287.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A5BAB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 91 171 -
CMYK 0.10 0.47 0 0.33
HSL 287.25º 0.32% 0.51% -
HSV(B) 287.25º 0.47% 0.67% -
XYZ 24.42 17.29 40.58 -
YUV 118.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 154 91 171 0.10 0.47 0 0.33 287.25 0.32 0.51
Hex 9A 5B AB A 2F 0 21 11F 20 33
Octal 232 133 253 12 57 0 41 437 40 63
Binary 10011010 1011011 10101011 1010 101111 0 100001 100011111 100000 110011

Color Harmonies of #9A5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5BAB

Black with #9A5BAB

Text Example


Text Example

White with #9A5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,91,171); }

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

background-color css

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

 a { background-color: rgb(154,91,171); }

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

border-color css

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

 span { border-color: rgb(154,91,171); }

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