Shades of Dark Violet #910DB4
Tints of Dark Violet #910DB4
RGB
CMYK
RGB Variations
Color information
#910DB4 (or 0x910DB4) is known color: Dark Violet. HEX triplet: 91, 0D and B4. RGB value is (145,13,180). Sum of RGB (Red+Green+Blue) = 145+13+180=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #910DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910DB4 is #6EF24B. Grayscale: #464646. Windows color (decimal): -7270988 or 11799953. OLE color: 11799953.
HSL color Cylindrical-coordinate representation of color #910DB4: hue angle of 287.43º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910DB4 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 13 | 180 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.29 |
| HSL | 287.43º | 0.87% | 0.38% | - |
| HSV(B) | 287.43º | 0.93% | 0.71% | - |
| XYZ | 20.06 | 9.6 | 43.98 | - |
| YUV | 71.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 180 | 0.19 | 0.93 | 0 | 0.29 | 287.43 | 0.87 | 0.38 |
| Hex | 91 | D | B4 | 13 | 5D | 0 | 1D | 11F | 57 | 26 |
| Octal | 221 | 15 | 264 | 23 | 135 | 0 | 35 | 437 | 127 | 46 |
| Binary | 10010001 | 1101 | 10110100 | 10011 | 1011101 | 0 | 11101 | 100011111 | 1010111 | 100110 |
Color Harmonies of #910DB4
Complementary color
Monochromatic Colors of #910DB4
Black with #910DB4
Text Example
Text Example
White with #910DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910DB4; }
p { color: rgb(145,13,180); }
H1.HeaderClassName
{
color: #910DB4;
}
.AnyTagClassName
{
color: #910DB4;
}
</style>
background-color css
<style>
a { background-color: #910DB4; }
a { background-color: rgb(145,13,180); }
div.DivClassName
{
background-color: #910DB4;
}
.BgClassName
{
background-color: #910DB4;
}
</style>
border-color css
<style>
span { border-color: #910DB4; }
span { border-color: rgb(145,13,180); }
td.TdClassName
{
border-color: #910DB4;
}
.TagClassName
{
border-color: #910DB4;
}
</style>