Shades of Dark Violet #9306B9
Tints of Dark Violet #9306B9
RGB
CMYK
RGB Variations
Color information
#9306B9 (or 0x9306B9) is known color: Dark Violet. HEX triplet: 93, 06 and B9. RGB value is (147,6,185). Sum of RGB (Red+Green+Blue) = 147+6+185=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #9306B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9306B9 is #6CF946. Grayscale: #434343. Windows color (decimal): -7141703 or 12125843. OLE color: 12125843.
HSL color Cylindrical-coordinate representation of color #9306B9: hue angle of 287.26º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9306B9 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 6 | 185 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.27 |
| HSL | 287.26º | 0.94% | 0.37% | - |
| HSV(B) | 287.26º | 0.97% | 0.73% | - |
| XYZ | 20.85 | 9.84 | 46.7 | - |
| YUV | 68.57 | 193.71 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 185 | 0.21 | 0.97 | 0 | 0.27 | 287.26 | 0.94 | 0.37 |
| Hex | 93 | 6 | B9 | 15 | 61 | 0 | 1B | 11F | 5E | 25 |
| Octal | 223 | 6 | 271 | 25 | 141 | 0 | 33 | 437 | 136 | 45 |
| Binary | 10010011 | 110 | 10111001 | 10101 | 1100001 | 0 | 11011 | 100011111 | 1011110 | 100101 |
Color Harmonies of #9306B9
Complementary color
Monochromatic Colors of #9306B9
Black with #9306B9
Text Example
Text Example
White with #9306B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9306B9; }
p { color: rgb(147,6,185); }
H1.HeaderClassName
{
color: #9306B9;
}
.AnyTagClassName
{
color: #9306B9;
}
</style>
background-color css
<style>
a { background-color: #9306B9; }
a { background-color: rgb(147,6,185); }
div.DivClassName
{
background-color: #9306B9;
}
.BgClassName
{
background-color: #9306B9;
}
</style>
border-color css
<style>
span { border-color: #9306B9; }
span { border-color: rgb(147,6,185); }
td.TdClassName
{
border-color: #9306B9;
}
.TagClassName
{
border-color: #9306B9;
}
</style>