Shades of Dark Violet #9307FE
Tints of Dark Violet #9307FE
RGB
CMYK
RGB Variations
Color information
#9307FE (or 0x9307FE) is known color: Dark Violet. HEX triplet: 93, 07 and FE. RGB value is (147,7,254). Sum of RGB (Red+Green+Blue) = 147+7+254=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #9307FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9307FE is #6CF801. Grayscale: #4C4C4C. Windows color (decimal): -7141378 or 16648083. OLE color: 16648083.
HSL color Cylindrical-coordinate representation of color #9307FE: hue angle of 274.01º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9307FE is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 7 | 254 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.00 |
| HSL | 274.01º | 0.99% | 0.51% | - |
| HSV(B) | 274.01º | 0.97% | 1% | - |
| XYZ | 30 | 13.51 | 94.79 | - |
| YUV | 77.02 | 227.88 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 254 | 0.42 | 0.97 | 0 | 0.00 | 274.01 | 0.99 | 0.51 |
| Hex | 93 | 7 | FE | 2A | 61 | 0 | 0 | 112 | 63 | 33 |
| Octal | 223 | 7 | 376 | 52 | 141 | 0 | 0 | 422 | 143 | 63 |
| Binary | 10010011 | 111 | 11111110 | 101010 | 1100001 | 0 | 0 | 100010010 | 1100011 | 110011 |
Color Harmonies of #9307FE
Complementary color
Monochromatic Colors of #9307FE
Black with #9307FE
Text Example
Text Example
White with #9307FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9307FE; }
p { color: rgb(147,7,254); }
H1.HeaderClassName
{
color: #9307FE;
}
.AnyTagClassName
{
color: #9307FE;
}
</style>
background-color css
<style>
a { background-color: #9307FE; }
a { background-color: rgb(147,7,254); }
div.DivClassName
{
background-color: #9307FE;
}
.BgClassName
{
background-color: #9307FE;
}
</style>
border-color css
<style>
span { border-color: #9307FE; }
span { border-color: rgb(147,7,254); }
td.TdClassName
{
border-color: #9307FE;
}
.TagClassName
{
border-color: #9307FE;
}
</style>