Shades of Dark Violet #910FCD
Tints of Dark Violet #910FCD
RGB
CMYK
RGB Variations
Color information
#910FCD (or 0x910FCD) is known color: Dark Violet. HEX triplet: 91, 0F and CD. RGB value is (145,15,205). Sum of RGB (Red+Green+Blue) = 145+15+205=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #910FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910FCD is #6EF032. Grayscale: #4A4A4A. Windows color (decimal): -7270451 or 13438865. OLE color: 13438865.
HSL color Cylindrical-coordinate representation of color #910FCD: hue angle of 281.05º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910FCD is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 15 | 205 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.20 |
| HSL | 281.05º | 0.86% | 0.43% | - |
| HSV(B) | 281.05º | 0.93% | 0.8% | - |
| XYZ | 22.87 | 10.77 | 58.63 | - |
| YUV | 75.53 | 201.07 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 205 | 0.29 | 0.93 | 0 | 0.20 | 281.05 | 0.86 | 0.43 |
| Hex | 91 | F | CD | 1D | 5D | 0 | 14 | 119 | 56 | 2B |
| Octal | 221 | 17 | 315 | 35 | 135 | 0 | 24 | 431 | 126 | 53 |
| Binary | 10010001 | 1111 | 11001101 | 11101 | 1011101 | 0 | 10100 | 100011001 | 1010110 | 101011 |
Color Harmonies of #910FCD
Complementary color
Monochromatic Colors of #910FCD
Black with #910FCD
Text Example
Text Example
White with #910FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910FCD; }
p { color: rgb(145,15,205); }
H1.HeaderClassName
{
color: #910FCD;
}
.AnyTagClassName
{
color: #910FCD;
}
</style>
background-color css
<style>
a { background-color: #910FCD; }
a { background-color: rgb(145,15,205); }
div.DivClassName
{
background-color: #910FCD;
}
.BgClassName
{
background-color: #910FCD;
}
</style>
border-color css
<style>
span { border-color: #910FCD; }
span { border-color: rgb(145,15,205); }
td.TdClassName
{
border-color: #910FCD;
}
.TagClassName
{
border-color: #910FCD;
}
</style>