Shades of Deep Lilac #9B3FB5
Tints of Deep Lilac #9B3FB5
RGB
CMYK
RGB Variations
Color information
#9B3FB5 (or 0x9B3FB5) is known color: Deep Lilac. HEX triplet: 9B, 3F and B5. RGB value is (155,63,181). Sum of RGB (Red+Green+Blue) = 155+63+181=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 181 - color contains mainly: blue. Hex color #9B3FB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3FB5 is #64C04A. Grayscale: #676767. Windows color (decimal): -6602827 or 11878299. OLE color: 11878299.
HSL color Cylindrical-coordinate representation of color #9B3FB5: hue angle of 286.78º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3FB5 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 63 | 181 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.29 |
| HSL | 286.78º | 0.48% | 0.48% | - |
| HSV(B) | 286.78º | 0.65% | 0.71% | - |
| XYZ | 23.64 | 13.86 | 45.15 | - |
| YUV | 103.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 63 | 181 | 0.14 | 0.65 | 0 | 0.29 | 286.78 | 0.48 | 0.48 |
| Hex | 9B | 3F | B5 | E | 41 | 0 | 1D | 11F | 30 | 30 |
| Octal | 233 | 77 | 265 | 16 | 101 | 0 | 35 | 437 | 60 | 60 |
| Binary | 10011011 | 111111 | 10110101 | 1110 | 1000001 | 0 | 11101 | 100011111 | 110000 | 110000 |
Color Harmonies of #9B3FB5
Complementary color
Monochromatic Colors of #9B3FB5
Black with #9B3FB5
Text Example
Text Example
White with #9B3FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3FB5; }
p { color: rgb(155,63,181); }
H1.HeaderClassName
{
color: #9B3FB5;
}
.AnyTagClassName
{
color: #9B3FB5;
}
</style>
background-color css
<style>
a { background-color: #9B3FB5; }
a { background-color: rgb(155,63,181); }
div.DivClassName
{
background-color: #9B3FB5;
}
.BgClassName
{
background-color: #9B3FB5;
}
</style>
border-color css
<style>
span { border-color: #9B3FB5; }
span { border-color: rgb(155,63,181); }
td.TdClassName
{
border-color: #9B3FB5;
}
.TagClassName
{
border-color: #9B3FB5;
}
</style>