Html Css Color HEX #9D3DAF Deep Lilac

📋 copy color: '#9D3DAF'

red 157 ◦ green 61 ◦ blue 175

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

Shades of Deep Lilac #9D3DAF

Tints of Deep Lilac #9D3DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.52%

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 39.95%
G = 15.52%
B = 44.53%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D3DAF (or 0x9D3DAF) is known color: Deep Lilac. HEX triplet: 9D, 3D and AF. RGB value is (157,61,175). Sum of RGB (Red+Green+Blue) = 157+61+175=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D3DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3DAF is #62C250. Grayscale: #666666. Windows color (decimal): -6472273 or 11484573. OLE color: 11484573.

HSL color Cylindrical-coordinate representation of color #9D3DAF: hue angle of 290.53º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D3DAF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 61 175 -
CMYK 0.10 0.65 0 0.31
HSL 290.53º 0.48% 0.46% -
HSV(B) 290.53º 0.65% 0.69% -
XYZ 23.31 13.6 41.95 -
YUV 102.7 168.8 166.73 -
System Red Green Blue C M Y K H S L
Decimal 157 61 175 0.10 0.65 0 0.31 290.53 0.48 0.46
Hex 9D 3D AF A 41 0 1F 123 30 2E
Octal 235 75 257 12 101 0 37 443 60 56
Binary 10011101 111101 10101111 1010 1000001 0 11111 100100011 110000 101110

Color Harmonies of #9D3DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3DAF

Black with #9D3DAF

Text Example


Text Example

White with #9D3DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,61,175); }

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

background-color css

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

 a { background-color: rgb(157,61,175); }

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

border-color css

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

 span { border-color: rgb(157,61,175); }

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