Shades of Dark Violet #910BD5
Tints of Dark Violet #910BD5
RGB
CMYK
RGB Variations
Color information
#910BD5 (or 0x910BD5) is known color: Dark Violet. HEX triplet: 91, 0B and D5. RGB value is (145,11,213). Sum of RGB (Red+Green+Blue) = 145+11+213=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #910BD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910BD5 is #6EF42A. Grayscale: #494949. Windows color (decimal): -7271467 or 13962129. OLE color: 13962129.
HSL color Cylindrical-coordinate representation of color #910BD5: hue angle of 279.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910BD5 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 11 | 213 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.16 |
| HSL | 279.8º | 0.9% | 0.44% | - |
| HSV(B) | 279.8º | 0.95% | 0.84% | - |
| XYZ | 23.81 | 11.06 | 63.83 | - |
| YUV | 74.09 | 206.39 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 213 | 0.32 | 0.95 | 0 | 0.16 | 279.8 | 0.9 | 0.44 |
| Hex | 91 | B | D5 | 20 | 5F | 0 | 10 | 118 | 5A | 2C |
| Octal | 221 | 13 | 325 | 40 | 137 | 0 | 20 | 430 | 132 | 54 |
| Binary | 10010001 | 1011 | 11010101 | 100000 | 1011111 | 0 | 10000 | 100011000 | 1011010 | 101100 |
Color Harmonies of #910BD5
Complementary color
Monochromatic Colors of #910BD5
Black with #910BD5
Text Example
Text Example
White with #910BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910BD5; }
p { color: rgb(145,11,213); }
H1.HeaderClassName
{
color: #910BD5;
}
.AnyTagClassName
{
color: #910BD5;
}
</style>
background-color css
<style>
a { background-color: #910BD5; }
a { background-color: rgb(145,11,213); }
div.DivClassName
{
background-color: #910BD5;
}
.BgClassName
{
background-color: #910BD5;
}
</style>
border-color css
<style>
span { border-color: #910BD5; }
span { border-color: rgb(145,11,213); }
td.TdClassName
{
border-color: #910BD5;
}
.TagClassName
{
border-color: #910BD5;
}
</style>