Shades of Dark Violet #930ACF
Tints of Dark Violet #930ACF
RGB
CMYK
RGB Variations
Color information
#930ACF (or 0x930ACF) is known color: Dark Violet. HEX triplet: 93, 0A and CF. RGB value is (147,10,207). Sum of RGB (Red+Green+Blue) = 147+10+207=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #930ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930ACF is #6CF530. Grayscale: #484848. Windows color (decimal): -7140657 or 13568659. OLE color: 13568659.
HSL color Cylindrical-coordinate representation of color #930ACF: hue angle of 281.73º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930ACF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 10 | 207 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.19 |
| HSL | 281.73º | 0.91% | 0.43% | - |
| HSV(B) | 281.73º | 0.95% | 0.81% | - |
| XYZ | 23.4 | 10.93 | 59.91 | - |
| YUV | 73.42 | 203.39 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 207 | 0.29 | 0.95 | 0 | 0.19 | 281.73 | 0.91 | 0.43 |
| Hex | 93 | A | CF | 1D | 5F | 0 | 13 | 11A | 5B | 2B |
| Octal | 223 | 12 | 317 | 35 | 137 | 0 | 23 | 432 | 133 | 53 |
| Binary | 10010011 | 1010 | 11001111 | 11101 | 1011111 | 0 | 10011 | 100011010 | 1011011 | 101011 |
Color Harmonies of #930ACF
Complementary color
Monochromatic Colors of #930ACF
Black with #930ACF
Text Example
Text Example
White with #930ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930ACF; }
p { color: rgb(147,10,207); }
H1.HeaderClassName
{
color: #930ACF;
}
.AnyTagClassName
{
color: #930ACF;
}
</style>
background-color css
<style>
a { background-color: #930ACF; }
a { background-color: rgb(147,10,207); }
div.DivClassName
{
background-color: #930ACF;
}
.BgClassName
{
background-color: #930ACF;
}
</style>
border-color css
<style>
span { border-color: #930ACF; }
span { border-color: rgb(147,10,207); }
td.TdClassName
{
border-color: #930ACF;
}
.TagClassName
{
border-color: #930ACF;
}
</style>