#9B4BAF

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

Shades of Deep Lilac #9B4BAF

Tints of Deep Lilac #9B4BAF

Color information

#9B4BAF (or 0x9B4BAF) is unknown color: approx Deep Lilac. HEX triplet: 9B, 4B and AF. RGB value is (155,75,175). Sum of RGB (Red+Green+Blue) = 155+75+175=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B4BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4BAF is #64B450. Grayscale: #6E6E6E. Windows color (decimal): -6599761 or 11488155. OLE color: 11488155.

HSL color Cylindrical-coordinate representation of color #9B4BAF: hue angle of 288º 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 #9B4BAF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15575175-
CMYK0.110.5700.31
HSL288º40%49.02%-
HSV(B)288º57.14%68.63%-
XYZ23.7715.142.22-
YUV110.32164.5159.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.27%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=38.27%
G=18.52%
B=43.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155751750.110.5700.312884049.02
Hex9B4BAFB3901F1202831
Octal23311325713710374405061
Binary100110111001011101011111011111001011111100100000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B4BAF;
 }
 .AnyTagClassName
 {
   color: #9B4BAF;
 }
</style>
background-color css

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

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

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

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

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

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