Html Css Color HEX #9D5AAC Deep Lilac

📋 copy color: '#9D5AAC'

red 157 ◦ green 90 ◦ blue 172

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

Shades of Deep Lilac #9D5AAC

Tints of Deep Lilac #9D5AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 37.47%
G = 21.48%
B = 41.05%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D5AAC (or 0x9D5AAC) is known color: Deep Lilac. HEX triplet: 9D, 5A and AC. RGB value is (157,90,172). Sum of RGB (Red+Green+Blue) = 157+90+172=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D5AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5AAC is #62A553. Grayscale: #777777. Windows color (decimal): -6464852 or 11295389. OLE color: 11295389.

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

Color convert

RGB 157 90 172 -
CMYK 0.09 0.48 0 0.33
HSL 289.02º 0.33% 0.51% -
HSV(B) 289.02º 0.48% 0.67% -
XYZ 25.01 17.46 41.08 -
YUV 119.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 157 90 172 0.09 0.48 0 0.33 289.02 0.33 0.51
Hex 9D 5A AC 9 30 0 21 121 21 33
Octal 235 132 254 11 60 0 41 441 41 63
Binary 10011101 1011010 10101100 1001 110000 0 100001 100100001 100001 110011

Color Harmonies of #9D5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5AAC

Black with #9D5AAC

Text Example


Text Example

White with #9D5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,90,172); }

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

background-color css

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

 a { background-color: rgb(157,90,172); }

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

border-color css

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

 span { border-color: rgb(157,90,172); }

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