Shades of Deep Lilac #9B5CC1
Tints of Deep Lilac #9B5CC1
RGB
CMYK
RGB Variations
Color information
#9B5CC1 (or 0x9B5CC1) is known color: Deep Lilac. HEX triplet: 9B, 5C and C1. RGB value is (155,92,193). Sum of RGB (Red+Green+Blue) = 155+92+193=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B5CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5CC1 is #64A33E. Grayscale: #7A7A7A. Windows color (decimal): -6595391 or 12672155. OLE color: 12672155.
HSL color Cylindrical-coordinate representation of color #9B5CC1: hue angle of 277.43º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B5CC1 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 92 | 193 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.24 |
| HSL | 277.43º | 0.45% | 0.56% | - |
| HSV(B) | 277.43º | 0.52% | 0.76% | - |
| XYZ | 26.97 | 18.47 | 52.6 | - |
| YUV | 122.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 92 | 193 | 0.20 | 0.52 | 0 | 0.24 | 277.43 | 0.45 | 0.56 |
| Hex | 9B | 5C | C1 | 14 | 34 | 0 | 18 | 115 | 2D | 38 |
| Octal | 233 | 134 | 301 | 24 | 64 | 0 | 30 | 425 | 55 | 70 |
| Binary | 10011011 | 1011100 | 11000001 | 10100 | 110100 | 0 | 11000 | 100010101 | 101101 | 111000 |
Color Harmonies of #9B5CC1
Complementary color
Monochromatic Colors of #9B5CC1
Black with #9B5CC1
Text Example
Text Example
White with #9B5CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5CC1; }
p { color: rgb(155,92,193); }
H1.HeaderClassName
{
color: #9B5CC1;
}
.AnyTagClassName
{
color: #9B5CC1;
}
</style>
background-color css
<style>
a { background-color: #9B5CC1; }
a { background-color: rgb(155,92,193); }
div.DivClassName
{
background-color: #9B5CC1;
}
.BgClassName
{
background-color: #9B5CC1;
}
</style>
border-color css
<style>
span { border-color: #9B5CC1; }
span { border-color: rgb(155,92,193); }
td.TdClassName
{
border-color: #9B5CC1;
}
.TagClassName
{
border-color: #9B5CC1;
}
</style>