Shades of Dark Violet #910DCB
Tints of Dark Violet #910DCB
RGB
CMYK
RGB Variations
Color information
#910DCB (or 0x910DCB) is known color: Dark Violet. HEX triplet: 91, 0D and CB. RGB value is (145,13,203). Sum of RGB (Red+Green+Blue) = 145+13+203=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #910DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910DCB is #6EF234. Grayscale: #494949. Windows color (decimal): -7270965 or 13307281. OLE color: 13307281.
HSL color Cylindrical-coordinate representation of color #910DCB: hue angle of 281.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910DCB is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 13 | 203 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.20 |
| HSL | 281.68º | 0.88% | 0.42% | - |
| HSV(B) | 281.68º | 0.94% | 0.8% | - |
| XYZ | 22.6 | 10.62 | 57.36 | - |
| YUV | 74.13 | 200.73 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 203 | 0.29 | 0.94 | 0 | 0.20 | 281.68 | 0.88 | 0.42 |
| Hex | 91 | D | CB | 1D | 5E | 0 | 14 | 11A | 58 | 2A |
| Octal | 221 | 15 | 313 | 35 | 136 | 0 | 24 | 432 | 130 | 52 |
| Binary | 10010001 | 1101 | 11001011 | 11101 | 1011110 | 0 | 10100 | 100011010 | 1011000 | 101010 |
Color Harmonies of #910DCB
Complementary color
Monochromatic Colors of #910DCB
Black with #910DCB
Text Example
Text Example
White with #910DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910DCB; }
p { color: rgb(145,13,203); }
H1.HeaderClassName
{
color: #910DCB;
}
.AnyTagClassName
{
color: #910DCB;
}
</style>
background-color css
<style>
a { background-color: #910DCB; }
a { background-color: rgb(145,13,203); }
div.DivClassName
{
background-color: #910DCB;
}
.BgClassName
{
background-color: #910DCB;
}
</style>
border-color css
<style>
span { border-color: #910DCB; }
span { border-color: rgb(145,13,203); }
td.TdClassName
{
border-color: #910DCB;
}
.TagClassName
{
border-color: #910DCB;
}
</style>