Shades of Dark Violet #930BCF
Tints of Dark Violet #930BCF
RGB
CMYK
RGB Variations
Color information
#930BCF (or 0x930BCF) is known color: Dark Violet. HEX triplet: 93, 0B and CF. RGB value is (147,11,207). Sum of RGB (Red+Green+Blue) = 147+11+207=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #930BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930BCF is #6CF430. Grayscale: #494949. Windows color (decimal): -7140401 or 13568915. OLE color: 13568915.
HSL color Cylindrical-coordinate representation of color #930BCF: hue angle of 281.63º degrees, saturation: 0.9, 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 #930BCF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 11 | 207 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.19 |
| HSL | 281.63º | 0.9% | 0.43% | - |
| HSV(B) | 281.63º | 0.95% | 0.81% | - |
| XYZ | 23.41 | 10.95 | 59.91 | - |
| YUV | 74.01 | 203.06 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 11 | 207 | 0.29 | 0.95 | 0 | 0.19 | 281.63 | 0.9 | 0.43 |
| Hex | 93 | B | CF | 1D | 5F | 0 | 13 | 11A | 5A | 2B |
| Octal | 223 | 13 | 317 | 35 | 137 | 0 | 23 | 432 | 132 | 53 |
| Binary | 10010011 | 1011 | 11001111 | 11101 | 1011111 | 0 | 10011 | 100011010 | 1011010 | 101011 |
Color Harmonies of #930BCF
Complementary color
Monochromatic Colors of #930BCF
Black with #930BCF
Text Example
Text Example
White with #930BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930BCF; }
p { color: rgb(147,11,207); }
H1.HeaderClassName
{
color: #930BCF;
}
.AnyTagClassName
{
color: #930BCF;
}
</style>
background-color css
<style>
a { background-color: #930BCF; }
a { background-color: rgb(147,11,207); }
div.DivClassName
{
background-color: #930BCF;
}
.BgClassName
{
background-color: #930BCF;
}
</style>
border-color css
<style>
span { border-color: #930BCF; }
span { border-color: rgb(147,11,207); }
td.TdClassName
{
border-color: #930BCF;
}
.TagClassName
{
border-color: #930BCF;
}
</style>