Shades of Dark Violet #9309CF
Tints of Dark Violet #9309CF
RGB
CMYK
RGB Variations
Color information
#9309CF (or 0x9309CF) is known color: Dark Violet. HEX triplet: 93, 09 and CF. RGB value is (147,9,207). Sum of RGB (Red+Green+Blue) = 147+9+207=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #9309CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9309CF is #6CF630. Grayscale: #484848. Windows color (decimal): -7140913 or 13568403. OLE color: 13568403.
HSL color Cylindrical-coordinate representation of color #9309CF: hue angle of 281.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9309CF is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 9 | 207 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.19 |
| HSL | 281.82º | 0.92% | 0.42% | - |
| HSV(B) | 281.82º | 0.96% | 0.81% | - |
| XYZ | 23.39 | 10.9 | 59.9 | - |
| YUV | 72.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 207 | 0.29 | 0.96 | 0 | 0.19 | 281.82 | 0.92 | 0.42 |
| Hex | 93 | 9 | CF | 1D | 60 | 0 | 13 | 11A | 5C | 2A |
| Octal | 223 | 11 | 317 | 35 | 140 | 0 | 23 | 432 | 134 | 52 |
| Binary | 10010011 | 1001 | 11001111 | 11101 | 1100000 | 0 | 10011 | 100011010 | 1011100 | 101010 |
Color Harmonies of #9309CF
Complementary color
Monochromatic Colors of #9309CF
Black with #9309CF
Text Example
Text Example
White with #9309CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9309CF; }
p { color: rgb(147,9,207); }
H1.HeaderClassName
{
color: #9309CF;
}
.AnyTagClassName
{
color: #9309CF;
}
</style>
background-color css
<style>
a { background-color: #9309CF; }
a { background-color: rgb(147,9,207); }
div.DivClassName
{
background-color: #9309CF;
}
.BgClassName
{
background-color: #9309CF;
}
</style>
border-color css
<style>
span { border-color: #9309CF; }
span { border-color: rgb(147,9,207); }
td.TdClassName
{
border-color: #9309CF;
}
.TagClassName
{
border-color: #9309CF;
}
</style>