Shades of Dark Violet #9307DF
Tints of Dark Violet #9307DF
RGB
CMYK
RGB Variations
Color information
#9307DF (or 0x9307DF) is known color: Dark Violet. HEX triplet: 93, 07 and DF. RGB value is (147,7,223). Sum of RGB (Red+Green+Blue) = 147+7+223=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #9307DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9307DF is #6CF820. Grayscale: #484848. Windows color (decimal): -7141409 or 14616467. OLE color: 14616467.
HSL color Cylindrical-coordinate representation of color #9307DF: hue angle of 278.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9307DF is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 7 | 223 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.13 |
| HSL | 278.89º | 0.94% | 0.45% | - |
| HSV(B) | 278.89º | 0.97% | 0.87% | - |
| XYZ | 25.43 | 11.68 | 70.73 | - |
| YUV | 73.48 | 212.38 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 223 | 0.34 | 0.97 | 0 | 0.13 | 278.89 | 0.94 | 0.45 |
| Hex | 93 | 7 | DF | 22 | 61 | 0 | D | 117 | 5E | 2D |
| Octal | 223 | 7 | 337 | 42 | 141 | 0 | 15 | 427 | 136 | 55 |
| Binary | 10010011 | 111 | 11011111 | 100010 | 1100001 | 0 | 1101 | 100010111 | 1011110 | 101101 |
Color Harmonies of #9307DF
Complementary color
Monochromatic Colors of #9307DF
Black with #9307DF
Text Example
Text Example
White with #9307DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9307DF; }
p { color: rgb(147,7,223); }
H1.HeaderClassName
{
color: #9307DF;
}
.AnyTagClassName
{
color: #9307DF;
}
</style>
background-color css
<style>
a { background-color: #9307DF; }
a { background-color: rgb(147,7,223); }
div.DivClassName
{
background-color: #9307DF;
}
.BgClassName
{
background-color: #9307DF;
}
</style>
border-color css
<style>
span { border-color: #9307DF; }
span { border-color: rgb(147,7,223); }
td.TdClassName
{
border-color: #9307DF;
}
.TagClassName
{
border-color: #9307DF;
}
</style>