Shades of Dark Violet #9B05CF
Tints of Dark Violet #9B05CF
RGB
CMYK
RGB Variations
Color information
#9B05CF (or 0x9B05CF) is known color: Dark Violet. HEX triplet: 9B, 05 and CF. RGB value is (155,5,207). Sum of RGB (Red+Green+Blue) = 155+5+207=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B05CF is #64FA30. Grayscale: #484848. Windows color (decimal): -6617649 or 13567387. OLE color: 13567387.
HSL color Cylindrical-coordinate representation of color #9B05CF: hue angle of 284.55º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B05CF is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 5 | 207 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.19 |
| HSL | 284.55º | 0.95% | 0.42% | - |
| HSV(B) | 284.55º | 0.98% | 0.81% | - |
| XYZ | 24.83 | 11.58 | 59.96 | - |
| YUV | 72.88 | 203.7 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 207 | 0.25 | 0.98 | 0 | 0.19 | 284.55 | 0.95 | 0.42 |
| Hex | 9B | 5 | CF | 19 | 62 | 0 | 13 | 11D | 5F | 2A |
| Octal | 233 | 5 | 317 | 31 | 142 | 0 | 23 | 435 | 137 | 52 |
| Binary | 10011011 | 101 | 11001111 | 11001 | 1100010 | 0 | 10011 | 100011101 | 1011111 | 101010 |
Color Harmonies of #9B05CF
Complementary color
Monochromatic Colors of #9B05CF
Black with #9B05CF
Text Example
Text Example
White with #9B05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B05CF; }
p { color: rgb(155,5,207); }
H1.HeaderClassName
{
color: #9B05CF;
}
.AnyTagClassName
{
color: #9B05CF;
}
</style>
background-color css
<style>
a { background-color: #9B05CF; }
a { background-color: rgb(155,5,207); }
div.DivClassName
{
background-color: #9B05CF;
}
.BgClassName
{
background-color: #9B05CF;
}
</style>
border-color css
<style>
span { border-color: #9B05CF; }
span { border-color: rgb(155,5,207); }
td.TdClassName
{
border-color: #9B05CF;
}
.TagClassName
{
border-color: #9B05CF;
}
</style>