Html Css Color HEX #9D4BAF Deep Lilac

📋 copy color: '#9D4BAF'

red 157 ◦ green 75 ◦ blue 175

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

Shades of Deep Lilac #9D4BAF

Tints of Deep Lilac #9D4BAF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.43%

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

R = 38.57%
G = 18.43%
B = 43%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D4BAF (or 0x9D4BAF) is known color: Deep Lilac. HEX triplet: 9D, 4B and AF. RGB value is (157,75,175). Sum of RGB (Red+Green+Blue) = 157+75+175=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D4BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4BAF is #62B450. Grayscale: #6E6E6E. Windows color (decimal): -6468689 or 11488157. OLE color: 11488157.

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

Color convert

RGB 157 75 175 -
CMYK 0.10 0.57 0 0.31
HSL 289.2º 0.4% 0.49% -
HSV(B) 289.2º 0.57% 0.69% -
XYZ 24.16 15.3 42.24 -
YUV 110.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 157 75 175 0.10 0.57 0 0.31 289.2 0.4 0.49
Hex 9D 4B AF A 39 0 1F 121 28 31
Octal 235 113 257 12 71 0 37 441 50 61
Binary 10011101 1001011 10101111 1010 111001 0 11111 100100001 101000 110001

Color Harmonies of #9D4BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4BAF

Black with #9D4BAF

Text Example


Text Example

White with #9D4BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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