Shades of Dark Violet #9B00F6
Tints of Dark Violet #9B00F6
RGB
CMYK
RGB Variations
Color information
#9B00F6 (or 0x9B00F6) is known color: Dark Violet. HEX triplet: 9B, 00 and F6. RGB value is (155,0,246). Sum of RGB (Red+Green+Blue) = 155+0+246=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 246 (96.48% from 255 or 61.35% from 401); Max value from RGB is 246 - color contains mainly: blue. Hex color #9B00F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B00F6 is #64FF09. Grayscale: #494949. Windows color (decimal): -6618890 or 16122011. OLE color: 16122011.
HSL color Cylindrical-coordinate representation of color #9B00F6: hue angle of 277.8º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00F6 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 0 | 246 | - |
| CMYK | 0.37 | 1 | 0 | 0.04 |
| HSL | 277.8º | 1% | 0.48% | - |
| HSV(B) | 277.8º | 1% | 0.96% | - |
| XYZ | 30.15 | 13.62 | 88.23 | - |
| YUV | 74.39 | 224.85 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 246 | 0.37 | 1 | 0 | 0.04 | 277.8 | 1 | 0.48 |
| Hex | 9B | 0 | F6 | 25 | 64 | 0 | 4 | 116 | 64 | 30 |
| Octal | 233 | 0 | 366 | 45 | 144 | 0 | 4 | 426 | 144 | 60 |
| Binary | 10011011 | 0 | 11110110 | 100101 | 1100100 | 0 | 100 | 100010110 | 1100100 | 110000 |
Color Harmonies of #9B00F6
Complementary color
Monochromatic Colors of #9B00F6
Black with #9B00F6
Text Example
Text Example
White with #9B00F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B00F6; }
p { color: rgb(155,0,246); }
H1.HeaderClassName
{
color: #9B00F6;
}
.AnyTagClassName
{
color: #9B00F6;
}
</style>
background-color css
<style>
a { background-color: #9B00F6; }
a { background-color: rgb(155,0,246); }
div.DivClassName
{
background-color: #9B00F6;
}
.BgClassName
{
background-color: #9B00F6;
}
</style>
border-color css
<style>
span { border-color: #9B00F6; }
span { border-color: rgb(155,0,246); }
td.TdClassName
{
border-color: #9B00F6;
}
.TagClassName
{
border-color: #9B00F6;
}
</style>