Shades of Dark Violet #930FCF
Tints of Dark Violet #930FCF
RGB
CMYK
RGB Variations
Color information
#930FCF (or 0x930FCF) is known color: Dark Violet. HEX triplet: 93, 0F and CF. RGB value is (147,15,207). Sum of RGB (Red+Green+Blue) = 147+15+207=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #930FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930FCF is #6CF030. Grayscale: #4B4B4B. Windows color (decimal): -7139377 or 13569939. OLE color: 13569939.
HSL color Cylindrical-coordinate representation of color #930FCF: hue angle of 281.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930FCF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 15 | 207 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.19 |
| HSL | 281.25º | 0.86% | 0.44% | - |
| HSV(B) | 281.25º | 0.93% | 0.81% | - |
| XYZ | 23.47 | 11.05 | 59.93 | - |
| YUV | 76.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 207 | 0.29 | 0.93 | 0 | 0.19 | 281.25 | 0.86 | 0.44 |
| Hex | 93 | F | CF | 1D | 5D | 0 | 13 | 119 | 56 | 2C |
| Octal | 223 | 17 | 317 | 35 | 135 | 0 | 23 | 431 | 126 | 54 |
| Binary | 10010011 | 1111 | 11001111 | 11101 | 1011101 | 0 | 10011 | 100011001 | 1010110 | 101100 |
Color Harmonies of #930FCF
Complementary color
Monochromatic Colors of #930FCF
Black with #930FCF
Text Example
Text Example
White with #930FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930FCF; }
p { color: rgb(147,15,207); }
H1.HeaderClassName
{
color: #930FCF;
}
.AnyTagClassName
{
color: #930FCF;
}
</style>
background-color css
<style>
a { background-color: #930FCF; }
a { background-color: rgb(147,15,207); }
div.DivClassName
{
background-color: #930FCF;
}
.BgClassName
{
background-color: #930FCF;
}
</style>
border-color css
<style>
span { border-color: #930FCF; }
span { border-color: rgb(147,15,207); }
td.TdClassName
{
border-color: #930FCF;
}
.TagClassName
{
border-color: #930FCF;
}
</style>