Shades of Dark Violet #910CB8
Tints of Dark Violet #910CB8
RGB
CMYK
RGB Variations
Color information
#910CB8 (or 0x910CB8) is known color: Dark Violet. HEX triplet: 91, 0C and B8. RGB value is (145,12,184). Sum of RGB (Red+Green+Blue) = 145+12+184=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #910CB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910CB8 is #6EF347. Grayscale: #464646. Windows color (decimal): -7271240 or 12061841. OLE color: 12061841.
HSL color Cylindrical-coordinate representation of color #910CB8: hue angle of 286.4º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910CB8 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 12 | 184 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.28 |
| HSL | 286.4º | 0.88% | 0.38% | - |
| HSV(B) | 286.4º | 0.93% | 0.72% | - |
| XYZ | 20.46 | 9.74 | 46.15 | - |
| YUV | 71.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 184 | 0.21 | 0.93 | 0 | 0.28 | 286.4 | 0.88 | 0.38 |
| Hex | 91 | C | B8 | 15 | 5D | 0 | 1C | 11E | 58 | 26 |
| Octal | 221 | 14 | 270 | 25 | 135 | 0 | 34 | 436 | 130 | 46 |
| Binary | 10010001 | 1100 | 10111000 | 10101 | 1011101 | 0 | 11100 | 100011110 | 1011000 | 100110 |
Color Harmonies of #910CB8
Complementary color
Monochromatic Colors of #910CB8
Black with #910CB8
Text Example
Text Example
White with #910CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CB8; }
p { color: rgb(145,12,184); }
H1.HeaderClassName
{
color: #910CB8;
}
.AnyTagClassName
{
color: #910CB8;
}
</style>
background-color css
<style>
a { background-color: #910CB8; }
a { background-color: rgb(145,12,184); }
div.DivClassName
{
background-color: #910CB8;
}
.BgClassName
{
background-color: #910CB8;
}
</style>
border-color css
<style>
span { border-color: #910CB8; }
span { border-color: rgb(145,12,184); }
td.TdClassName
{
border-color: #910CB8;
}
.TagClassName
{
border-color: #910CB8;
}
</style>