Shades of Dark Violet #9305BB
Tints of Dark Violet #9305BB
RGB
CMYK
RGB Variations
Color information
#9305BB (or 0x9305BB) is known color: Dark Violet. HEX triplet: 93, 05 and BB. RGB value is (147,5,187). Sum of RGB (Red+Green+Blue) = 147+5+187=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #9305BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9305BB is #6CFA44. Grayscale: #434343. Windows color (decimal): -7141957 or 12256659. OLE color: 12256659.
HSL color Cylindrical-coordinate representation of color #9305BB: hue angle of 286.81º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9305BB is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 5 | 187 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.27 |
| HSL | 286.81º | 0.95% | 0.38% | - |
| HSV(B) | 286.81º | 0.97% | 0.73% | - |
| XYZ | 21.06 | 9.9 | 47.81 | - |
| YUV | 68.21 | 195.04 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 187 | 0.21 | 0.97 | 0 | 0.27 | 286.81 | 0.95 | 0.38 |
| Hex | 93 | 5 | BB | 15 | 61 | 0 | 1B | 11F | 5F | 26 |
| Octal | 223 | 5 | 273 | 25 | 141 | 0 | 33 | 437 | 137 | 46 |
| Binary | 10010011 | 101 | 10111011 | 10101 | 1100001 | 0 | 11011 | 100011111 | 1011111 | 100110 |
Color Harmonies of #9305BB
Complementary color
Monochromatic Colors of #9305BB
Black with #9305BB
Text Example
Text Example
White with #9305BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9305BB; }
p { color: rgb(147,5,187); }
H1.HeaderClassName
{
color: #9305BB;
}
.AnyTagClassName
{
color: #9305BB;
}
</style>
background-color css
<style>
a { background-color: #9305BB; }
a { background-color: rgb(147,5,187); }
div.DivClassName
{
background-color: #9305BB;
}
.BgClassName
{
background-color: #9305BB;
}
</style>
border-color css
<style>
span { border-color: #9305BB; }
span { border-color: rgb(147,5,187); }
td.TdClassName
{
border-color: #9305BB;
}
.TagClassName
{
border-color: #9305BB;
}
</style>