Shades of Dark Violet #9306DF
Tints of Dark Violet #9306DF
RGB
CMYK
RGB Variations
Color information
#9306DF (or 0x9306DF) is known color: Dark Violet. HEX triplet: 93, 06 and DF. RGB value is (147,6,223). Sum of RGB (Red+Green+Blue) = 147+6+223=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #9306DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9306DF is #6CF920. Grayscale: #484848. Windows color (decimal): -7141665 or 14616211. OLE color: 14616211.
HSL color Cylindrical-coordinate representation of color #9306DF: hue angle of 278.99º degrees, saturation: 0.95, 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 #9306DF is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 6 | 223 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.13 |
| HSL | 278.99º | 0.95% | 0.45% | - |
| HSV(B) | 278.99º | 0.97% | 0.87% | - |
| XYZ | 25.42 | 11.66 | 70.72 | - |
| YUV | 72.9 | 212.71 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 223 | 0.34 | 0.97 | 0 | 0.13 | 278.99 | 0.95 | 0.45 |
| Hex | 93 | 6 | DF | 22 | 61 | 0 | D | 117 | 5F | 2D |
| Octal | 223 | 6 | 337 | 42 | 141 | 0 | 15 | 427 | 137 | 55 |
| Binary | 10010011 | 110 | 11011111 | 100010 | 1100001 | 0 | 1101 | 100010111 | 1011111 | 101101 |
Color Harmonies of #9306DF
Complementary color
Monochromatic Colors of #9306DF
Black with #9306DF
Text Example
Text Example
White with #9306DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9306DF; }
p { color: rgb(147,6,223); }
H1.HeaderClassName
{
color: #9306DF;
}
.AnyTagClassName
{
color: #9306DF;
}
</style>
background-color css
<style>
a { background-color: #9306DF; }
a { background-color: rgb(147,6,223); }
div.DivClassName
{
background-color: #9306DF;
}
.BgClassName
{
background-color: #9306DF;
}
</style>
border-color css
<style>
span { border-color: #9306DF; }
span { border-color: rgb(147,6,223); }
td.TdClassName
{
border-color: #9306DF;
}
.TagClassName
{
border-color: #9306DF;
}
</style>