Html Css Color HEX #9D3CAF Deep Lilac

📋 copy color: '#9D3CAF'

red 157 ◦ green 60 ◦ blue 175

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

Shades of Deep Lilac #9D3CAF

Tints of Deep Lilac #9D3CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.31%

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

R = 40.05%
G = 15.31%
B = 44.64%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D3CAF (or 0x9D3CAF) is known color: Deep Lilac. HEX triplet: 9D, 3C and AF. RGB value is (157,60,175). Sum of RGB (Red+Green+Blue) = 157+60+175=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D3CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3CAF is #62C350. Grayscale: #656565. Windows color (decimal): -6472529 or 11484317. OLE color: 11484317.

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

Color convert

RGB 157 60 175 -
CMYK 0.10 0.66 0 0.31
HSL 290.61º 0.49% 0.46% -
HSV(B) 290.61º 0.66% 0.69% -
XYZ 23.26 13.49 41.94 -
YUV 102.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 157 60 175 0.10 0.66 0 0.31 290.61 0.49 0.46
Hex 9D 3C AF A 42 0 1F 123 31 2E
Octal 235 74 257 12 102 0 37 443 61 56
Binary 10011101 111100 10101111 1010 1000010 0 11111 100100011 110001 101110

Color Harmonies of #9D3CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3CAF

Black with #9D3CAF

Text Example


Text Example

White with #9D3CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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