#9D4BAF

Color #9D4BAF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9D4BAF

Tints of Deep Lilac #9D4BAF

Color information

#9D4BAF (or 0x9D4BAF) is unknown color: approx 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

RGB15775175-
CMYK0.100.5700.31
HSL289.2º40%49.02%-
HSV(B)289.2º57.14%68.63%-
XYZ24.1615.342.24-
YUV110.92164.17160.87-

RGB Variations

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

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.00%
R=38.57%
G=18.43%
B=43.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157751750.100.5700.31289.24049.02
Hex9D4BAFA3901F1212831
Octal23511325712710374415061
Binary100111011001011101011111010111001011111100100001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>