Shades of Dark Violet #9B05F1
Tints of Dark Violet #9B05F1
RGB
CMYK
RGB Variations
Color information
#9B05F1 (or 0x9B05F1) is known color: Dark Violet. HEX triplet: 9B, 05 and F1. RGB value is (155,5,241). Sum of RGB (Red+Green+Blue) = 155+5+241=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B05F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B05F1 is #64FA0E. Grayscale: #4B4B4B. Windows color (decimal): -6617615 or 15795611. OLE color: 15795611.
HSL color Cylindrical-coordinate representation of color #9B05F1: hue angle of 278.14º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B05F1 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 5 | 241 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.05 |
| HSL | 278.14º | 0.96% | 0.48% | - |
| HSV(B) | 278.14º | 0.98% | 0.95% | - |
| XYZ | 29.45 | 13.43 | 84.26 | - |
| YUV | 76.75 | 220.7 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 241 | 0.36 | 0.98 | 0 | 0.05 | 278.14 | 0.96 | 0.48 |
| Hex | 9B | 5 | F1 | 24 | 62 | 0 | 5 | 116 | 60 | 30 |
| Octal | 233 | 5 | 361 | 44 | 142 | 0 | 5 | 426 | 140 | 60 |
| Binary | 10011011 | 101 | 11110001 | 100100 | 1100010 | 0 | 101 | 100010110 | 1100000 | 110000 |
Color Harmonies of #9B05F1
Complementary color
Monochromatic Colors of #9B05F1
Black with #9B05F1
Text Example
Text Example
White with #9B05F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B05F1; }
p { color: rgb(155,5,241); }
H1.HeaderClassName
{
color: #9B05F1;
}
.AnyTagClassName
{
color: #9B05F1;
}
</style>
background-color css
<style>
a { background-color: #9B05F1; }
a { background-color: rgb(155,5,241); }
div.DivClassName
{
background-color: #9B05F1;
}
.BgClassName
{
background-color: #9B05F1;
}
</style>
border-color css
<style>
span { border-color: #9B05F1; }
span { border-color: rgb(155,5,241); }
td.TdClassName
{
border-color: #9B05F1;
}
.TagClassName
{
border-color: #9B05F1;
}
</style>