Shades of Dark Violet #910FB2
Tints of Dark Violet #910FB2
RGB
CMYK
RGB Variations
Color information
#910FB2 (or 0x910FB2) is known color: Dark Violet. HEX triplet: 91, 0F and B2. RGB value is (145,15,178). Sum of RGB (Red+Green+Blue) = 145+15+178=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 178 (69.92% from 255 or 52.66% from 338); Max value from RGB is 178 - color contains mainly: blue. Hex color #910FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910FB2 is #6EF04D. Grayscale: #474747. Windows color (decimal): -7270478 or 11669393. OLE color: 11669393.
HSL color Cylindrical-coordinate representation of color #910FB2: hue angle of 287.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910FB2 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 15 | 178 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.30 |
| HSL | 287.85º | 0.84% | 0.38% | - |
| HSV(B) | 287.85º | 0.92% | 0.7% | - |
| XYZ | 19.88 | 9.58 | 42.92 | - |
| YUV | 72.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 178 | 0.19 | 0.92 | 0 | 0.30 | 287.85 | 0.84 | 0.38 |
| Hex | 91 | F | B2 | 13 | 5C | 0 | 1E | 120 | 54 | 26 |
| Octal | 221 | 17 | 262 | 23 | 134 | 0 | 36 | 440 | 124 | 46 |
| Binary | 10010001 | 1111 | 10110010 | 10011 | 1011100 | 0 | 11110 | 100100000 | 1010100 | 100110 |
Color Harmonies of #910FB2
Complementary color
Monochromatic Colors of #910FB2
Black with #910FB2
Text Example
Text Example
White with #910FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910FB2; }
p { color: rgb(145,15,178); }
H1.HeaderClassName
{
color: #910FB2;
}
.AnyTagClassName
{
color: #910FB2;
}
</style>
background-color css
<style>
a { background-color: #910FB2; }
a { background-color: rgb(145,15,178); }
div.DivClassName
{
background-color: #910FB2;
}
.BgClassName
{
background-color: #910FB2;
}
</style>
border-color css
<style>
span { border-color: #910FB2; }
span { border-color: rgb(145,15,178); }
td.TdClassName
{
border-color: #910FB2;
}
.TagClassName
{
border-color: #910FB2;
}
</style>