Shades of Dark Violet #9319D2
Tints of Dark Violet #9319D2
RGB
CMYK
RGB Variations
Color information
#9319D2 (or 0x9319D2) is known color: Dark Violet. HEX triplet: 93, 19 and D2. RGB value is (147,25,210). Sum of RGB (Red+Green+Blue) = 147+25+210=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 210 (82.42% from 255 or 54.97% from 382); Max value from RGB is 210 - color contains mainly: blue. Hex color #9319D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9319D2 is #6CE62D. Grayscale: #515151. Windows color (decimal): -7136814 or 13769107. OLE color: 13769107.
HSL color Cylindrical-coordinate representation of color #9319D2: hue angle of 279.57º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9319D2 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 25 | 210 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.18 |
| HSL | 279.57º | 0.79% | 0.46% | - |
| HSV(B) | 279.57º | 0.88% | 0.82% | - |
| XYZ | 24.01 | 11.55 | 61.94 | - |
| YUV | 82.57 | 199.92 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 210 | 0.30 | 0.88 | 0 | 0.18 | 279.57 | 0.79 | 0.46 |
| Hex | 93 | 19 | D2 | 1E | 58 | 0 | 12 | 118 | 4F | 2E |
| Octal | 223 | 31 | 322 | 36 | 130 | 0 | 22 | 430 | 117 | 56 |
| Binary | 10010011 | 11001 | 11010010 | 11110 | 1011000 | 0 | 10010 | 100011000 | 1001111 | 101110 |
Color Harmonies of #9319D2
Complementary color
Monochromatic Colors of #9319D2
Black with #9319D2
Text Example
Text Example
White with #9319D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9319D2; }
p { color: rgb(147,25,210); }
H1.HeaderClassName
{
color: #9319D2;
}
.AnyTagClassName
{
color: #9319D2;
}
</style>
background-color css
<style>
a { background-color: #9319D2; }
a { background-color: rgb(147,25,210); }
div.DivClassName
{
background-color: #9319D2;
}
.BgClassName
{
background-color: #9319D2;
}
</style>
border-color css
<style>
span { border-color: #9319D2; }
span { border-color: rgb(147,25,210); }
td.TdClassName
{
border-color: #9319D2;
}
.TagClassName
{
border-color: #9319D2;
}
</style>