Shades of Dark Violet #9B06F6
Tints of Dark Violet #9B06F6
RGB
CMYK
RGB Variations
Color information
#9B06F6 (or 0x9B06F6) is known color: Dark Violet. HEX triplet: 9B, 06 and F6. RGB value is (155,6,246). Sum of RGB (Red+Green+Blue) = 155+6+246=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #9B06F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B06F6 is #64F909. Grayscale: #4D4D4D. Windows color (decimal): -6617354 or 16123547. OLE color: 16123547.
HSL color Cylindrical-coordinate representation of color #9B06F6: hue angle of 277.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B06F6 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 6 | 246 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.04 |
| HSL | 277.25º | 0.95% | 0.49% | - |
| HSV(B) | 277.25º | 0.98% | 0.96% | - |
| XYZ | 30.22 | 13.75 | 88.25 | - |
| YUV | 77.91 | 222.86 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 246 | 0.37 | 0.98 | 0 | 0.04 | 277.25 | 0.95 | 0.49 |
| Hex | 9B | 6 | F6 | 25 | 62 | 0 | 4 | 115 | 5F | 31 |
| Octal | 233 | 6 | 366 | 45 | 142 | 0 | 4 | 425 | 137 | 61 |
| Binary | 10011011 | 110 | 11110110 | 100101 | 1100010 | 0 | 100 | 100010101 | 1011111 | 110001 |
Color Harmonies of #9B06F6
Complementary color
Monochromatic Colors of #9B06F6
Black with #9B06F6
Text Example
Text Example
White with #9B06F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B06F6; }
p { color: rgb(155,6,246); }
H1.HeaderClassName
{
color: #9B06F6;
}
.AnyTagClassName
{
color: #9B06F6;
}
</style>
background-color css
<style>
a { background-color: #9B06F6; }
a { background-color: rgb(155,6,246); }
div.DivClassName
{
background-color: #9B06F6;
}
.BgClassName
{
background-color: #9B06F6;
}
</style>
border-color css
<style>
span { border-color: #9B06F6; }
span { border-color: rgb(155,6,246); }
td.TdClassName
{
border-color: #9B06F6;
}
.TagClassName
{
border-color: #9B06F6;
}
</style>