Html Css Color HEX #9D3AA9 Deep Lilac

📋 copy color: '#9D3AA9'

red 157 ◦ green 58 ◦ blue 169

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

Shades of Deep Lilac #9D3AA9

Tints of Deep Lilac #9D3AA9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.1%

 BLUE value IS 169 (66.41% from 255) = 44.01%

R = 40.89%
G = 15.1%
B = 44.01%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9D3AA9 (or 0x9D3AA9) is known color: Deep Lilac. HEX triplet: 9D, 3A and A9. RGB value is (157,58,169). Sum of RGB (Red+Green+Blue) = 157+58+169=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D3AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3AA9 is #62C556. Grayscale: #636363. Windows color (decimal): -6473047 or 11090589. OLE color: 11090589.

HSL color Cylindrical-coordinate representation of color #9D3AA9: hue angle of 293.51º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D3AA9 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 157 58 169 -
CMYK 0.07 0.66 0 0.34
HSL 293.51º 0.49% 0.45% -
HSV(B) 293.51º 0.66% 0.66% -
XYZ 22.58 13.06 38.87 -
YUV 100.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 157 58 169 0.07 0.66 0 0.34 293.51 0.49 0.45
Hex 9D 3A A9 7 42 0 22 126 31 2D
Octal 235 72 251 7 102 0 42 446 61 55
Binary 10011101 111010 10101001 111 1000010 0 100010 100100110 110001 101101

Color Harmonies of #9D3AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3AA9

Black with #9D3AA9

Text Example


Text Example

White with #9D3AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,58,169); }

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

background-color css

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

 a { background-color: rgb(157,58,169); }

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

border-color css

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

 span { border-color: rgb(157,58,169); }

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