Shades of Dark Violet #9312CF
Tints of Dark Violet #9312CF
RGB
CMYK
RGB Variations
Color information
#9312CF (or 0x9312CF) is known color: Dark Violet. HEX triplet: 93, 12 and CF. RGB value is (147,18,207). Sum of RGB (Red+Green+Blue) = 147+18+207=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #9312CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9312CF is #6CED30. Grayscale: #4D4D4D. Windows color (decimal): -7138609 or 13570707. OLE color: 13570707.
HSL color Cylindrical-coordinate representation of color #9312CF: hue angle of 280.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9312CF is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 18 | 207 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.19 |
| HSL | 280.95º | 0.84% | 0.44% | - |
| HSV(B) | 280.95º | 0.91% | 0.81% | - |
| XYZ | 23.51 | 11.14 | 59.94 | - |
| YUV | 78.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 207 | 0.29 | 0.91 | 0 | 0.19 | 280.95 | 0.84 | 0.44 |
| Hex | 93 | 12 | CF | 1D | 5B | 0 | 13 | 119 | 54 | 2C |
| Octal | 223 | 22 | 317 | 35 | 133 | 0 | 23 | 431 | 124 | 54 |
| Binary | 10010011 | 10010 | 11001111 | 11101 | 1011011 | 0 | 10011 | 100011001 | 1010100 | 101100 |
Color Harmonies of #9312CF
Complementary color
Monochromatic Colors of #9312CF
Black with #9312CF
Text Example
Text Example
White with #9312CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9312CF; }
p { color: rgb(147,18,207); }
H1.HeaderClassName
{
color: #9312CF;
}
.AnyTagClassName
{
color: #9312CF;
}
</style>
background-color css
<style>
a { background-color: #9312CF; }
a { background-color: rgb(147,18,207); }
div.DivClassName
{
background-color: #9312CF;
}
.BgClassName
{
background-color: #9312CF;
}
</style>
border-color css
<style>
span { border-color: #9312CF; }
span { border-color: rgb(147,18,207); }
td.TdClassName
{
border-color: #9312CF;
}
.TagClassName
{
border-color: #9312CF;
}
</style>