#9b4bd1

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

Shades of Deep Lilac #9B4BD1

Tints of Deep Lilac #9B4BD1

Color information

#9B4BD1 (or 0x9B4BD1) is unknown color: approx Deep Lilac. HEX triplet: 9B, 4B and D1. RGB value is (155,75,209). Sum of RGB (Red+Green+Blue) = 155+75+209=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #9B4BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BD1 is #64B42E. Grayscale: #717171. Windows color (decimal): -6599727 or 13716379. OLE color: 13716379.

HSL color Cylindrical-coordinate representation of color #9B4BD1: hue angle of 275.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B4BD1 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15575209-
CMYK0.260.6400.18
HSL275.82º59.29%55.69%-
HSV(B)275.82º64.11%81.96%-
XYZ27.5416.662.07-
YUV114.2181.5157.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 75 (29.69% from 255) = 17.08%
BLUE value IS 209 (82.03% from 255) = 47.61%
R=35.31%
G=17.08%
B=47.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155752090.260.6400.18275.8259.2955.69
Hex9B4BD11A400121143b38
Octal233113321321000224247370
Binary10011011100101111010001110101000000010010100010100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b4bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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