Shades of Dark Violet #910DCD
Tints of Dark Violet #910DCD
RGB
CMYK
RGB Variations
Color information
#910DCD (or 0x910DCD) is known color: Dark Violet. HEX triplet: 91, 0D and CD. RGB value is (145,13,205). Sum of RGB (Red+Green+Blue) = 145+13+205=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #910DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910DCD is #6EF232. Grayscale: #494949. Windows color (decimal): -7270963 or 13438353. OLE color: 13438353.
HSL color Cylindrical-coordinate representation of color #910DCD: hue angle of 281.25º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910DCD is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 13 | 205 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.20 |
| HSL | 281.25º | 0.88% | 0.43% | - |
| HSV(B) | 281.25º | 0.94% | 0.8% | - |
| XYZ | 22.84 | 10.72 | 58.62 | - |
| YUV | 74.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 205 | 0.29 | 0.94 | 0 | 0.20 | 281.25 | 0.88 | 0.43 |
| Hex | 91 | D | CD | 1D | 5E | 0 | 14 | 119 | 58 | 2B |
| Octal | 221 | 15 | 315 | 35 | 136 | 0 | 24 | 431 | 130 | 53 |
| Binary | 10010001 | 1101 | 11001101 | 11101 | 1011110 | 0 | 10100 | 100011001 | 1011000 | 101011 |
Color Harmonies of #910DCD
Complementary color
Monochromatic Colors of #910DCD
Black with #910DCD
Text Example
Text Example
White with #910DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910DCD; }
p { color: rgb(145,13,205); }
H1.HeaderClassName
{
color: #910DCD;
}
.AnyTagClassName
{
color: #910DCD;
}
</style>
background-color css
<style>
a { background-color: #910DCD; }
a { background-color: rgb(145,13,205); }
div.DivClassName
{
background-color: #910DCD;
}
.BgClassName
{
background-color: #910DCD;
}
</style>
border-color css
<style>
span { border-color: #910DCD; }
span { border-color: rgb(145,13,205); }
td.TdClassName
{
border-color: #910DCD;
}
.TagClassName
{
border-color: #910DCD;
}
</style>