Shades of Dark Violet #930FED
Tints of Dark Violet #930FED
RGB
CMYK
RGB Variations
Color information
#930FED (or 0x930FED) is known color: Dark Violet. HEX triplet: 93, 0F and ED. RGB value is (147,15,237). Sum of RGB (Red+Green+Blue) = 147+15+237=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #930FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930FED is #6CF012. Grayscale: #4F4F4F. Windows color (decimal): -7139347 or 15536019. OLE color: 15536019.
HSL color Cylindrical-coordinate representation of color #930FED: hue angle of 275.68º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930FED is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 15 | 237 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.07 |
| HSL | 275.68º | 0.88% | 0.49% | - |
| HSV(B) | 275.68º | 0.94% | 0.93% | - |
| XYZ | 27.49 | 12.66 | 81.12 | - |
| YUV | 79.78 | 216.73 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 237 | 0.38 | 0.94 | 0 | 0.07 | 275.68 | 0.88 | 0.49 |
| Hex | 93 | F | ED | 26 | 5E | 0 | 7 | 114 | 58 | 31 |
| Octal | 223 | 17 | 355 | 46 | 136 | 0 | 7 | 424 | 130 | 61 |
| Binary | 10010011 | 1111 | 11101101 | 100110 | 1011110 | 0 | 111 | 100010100 | 1011000 | 110001 |
Color Harmonies of #930FED
Complementary color
Monochromatic Colors of #930FED
Black with #930FED
Text Example
Text Example
White with #930FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930FED; }
p { color: rgb(147,15,237); }
H1.HeaderClassName
{
color: #930FED;
}
.AnyTagClassName
{
color: #930FED;
}
</style>
background-color css
<style>
a { background-color: #930FED; }
a { background-color: rgb(147,15,237); }
div.DivClassName
{
background-color: #930FED;
}
.BgClassName
{
background-color: #930FED;
}
</style>
border-color css
<style>
span { border-color: #930FED; }
span { border-color: rgb(147,15,237); }
td.TdClassName
{
border-color: #930FED;
}
.TagClassName
{
border-color: #930FED;
}
</style>