Shades of Deep Lilac #9B50CF
Tints of Deep Lilac #9B50CF
RGB
CMYK
RGB Variations
Color information
#9B50CF (or 0x9B50CF) is known color: Deep Lilac. HEX triplet: 9B, 50 and CF. RGB value is (155,80,207). Sum of RGB (Red+Green+Blue) = 155+80+207=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B50CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B50CF is #64AF30. Grayscale: #747474. Windows color (decimal): -6598449 or 13586587. OLE color: 13586587.
HSL color Cylindrical-coordinate representation of color #9B50CF: hue angle of 275.43º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B50CF is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 80 | 207 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.19 |
| HSL | 275.43º | 0.57% | 0.56% | - |
| HSV(B) | 275.43º | 0.61% | 0.81% | - |
| XYZ | 27.65 | 17.21 | 60.9 | - |
| YUV | 116.9 | 178.85 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 207 | 0.25 | 0.61 | 0 | 0.19 | 275.43 | 0.57 | 0.56 |
| Hex | 9B | 50 | CF | 19 | 3D | 0 | 13 | 113 | 39 | 38 |
| Octal | 233 | 120 | 317 | 31 | 75 | 0 | 23 | 423 | 71 | 70 |
| Binary | 10011011 | 1010000 | 11001111 | 11001 | 111101 | 0 | 10011 | 100010011 | 111001 | 111000 |
Color Harmonies of #9B50CF
Complementary color
Monochromatic Colors of #9B50CF
Black with #9B50CF
Text Example
Text Example
White with #9B50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B50CF; }
p { color: rgb(155,80,207); }
H1.HeaderClassName
{
color: #9B50CF;
}
.AnyTagClassName
{
color: #9B50CF;
}
</style>
background-color css
<style>
a { background-color: #9B50CF; }
a { background-color: rgb(155,80,207); }
div.DivClassName
{
background-color: #9B50CF;
}
.BgClassName
{
background-color: #9B50CF;
}
</style>
border-color css
<style>
span { border-color: #9B50CF; }
span { border-color: rgb(155,80,207); }
td.TdClassName
{
border-color: #9B50CF;
}
.TagClassName
{
border-color: #9B50CF;
}
</style>