Shades of Dark Violet #930DB8
Tints of Dark Violet #930DB8
RGB
CMYK
RGB Variations
Color information
#930DB8 (or 0x930DB8) is known color: Dark Violet. HEX triplet: 93, 0D and B8. RGB value is (147,13,184). Sum of RGB (Red+Green+Blue) = 147+13+184=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 184 (72.27% from 255 or 53.49% from 344); Max value from RGB is 184 - color contains mainly: blue. Hex color #930DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930DB8 is #6CF247. Grayscale: #484848. Windows color (decimal): -7139912 or 12062099. OLE color: 12062099.
HSL color Cylindrical-coordinate representation of color #930DB8: hue angle of 287.02º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930DB8 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 13 | 184 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.28 |
| HSL | 287.02º | 0.87% | 0.39% | - |
| HSV(B) | 287.02º | 0.93% | 0.72% | - |
| XYZ | 20.83 | 9.95 | 46.17 | - |
| YUV | 72.56 | 190.89 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 13 | 184 | 0.20 | 0.93 | 0 | 0.28 | 287.02 | 0.87 | 0.39 |
| Hex | 93 | D | B8 | 14 | 5D | 0 | 1C | 11F | 57 | 27 |
| Octal | 223 | 15 | 270 | 24 | 135 | 0 | 34 | 437 | 127 | 47 |
| Binary | 10010011 | 1101 | 10111000 | 10100 | 1011101 | 0 | 11100 | 100011111 | 1010111 | 100111 |
Color Harmonies of #930DB8
Complementary color
Monochromatic Colors of #930DB8
Black with #930DB8
Text Example
Text Example
White with #930DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930DB8; }
p { color: rgb(147,13,184); }
H1.HeaderClassName
{
color: #930DB8;
}
.AnyTagClassName
{
color: #930DB8;
}
</style>
background-color css
<style>
a { background-color: #930DB8; }
a { background-color: rgb(147,13,184); }
div.DivClassName
{
background-color: #930DB8;
}
.BgClassName
{
background-color: #930DB8;
}
</style>
border-color css
<style>
span { border-color: #930DB8; }
span { border-color: rgb(147,13,184); }
td.TdClassName
{
border-color: #930DB8;
}
.TagClassName
{
border-color: #930DB8;
}
</style>