Shades of Dark Violet #910CCC
Tints of Dark Violet #910CCC
RGB
CMYK
RGB Variations
Color information
#910CCC (or 0x910CCC) is known color: Dark Violet. HEX triplet: 91, 0C and CC. RGB value is (145,12,204). Sum of RGB (Red+Green+Blue) = 145+12+204=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #910CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910CCC is #6EF333. Grayscale: #494949. Windows color (decimal): -7271220 or 13372561. OLE color: 13372561.
HSL color Cylindrical-coordinate representation of color #910CCC: hue angle of 281.56º degrees, saturation: 0.89, 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 #910CCC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 12 | 204 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.2 |
| HSL | 281.56º | 0.89% | 0.42% | - |
| HSV(B) | 281.56º | 0.94% | 0.8% | - |
| XYZ | 22.71 | 10.64 | 57.98 | - |
| YUV | 73.66 | 201.56 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 204 | 0.29 | 0.94 | 0 | 0.2 | 281.56 | 0.89 | 0.42 |
| Hex | 91 | C | CC | 1D | 5E | 0 | 14 | 11A | 59 | 2A |
| Octal | 221 | 14 | 314 | 35 | 136 | 0 | 24 | 432 | 131 | 52 |
| Binary | 10010001 | 1100 | 11001100 | 11101 | 1011110 | 0 | 10100 | 100011010 | 1011001 | 101010 |
Color Harmonies of #910CCC
Complementary color
Monochromatic Colors of #910CCC
Black with #910CCC
Text Example
Text Example
White with #910CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CCC; }
p { color: rgb(145,12,204); }
H1.HeaderClassName
{
color: #910CCC;
}
.AnyTagClassName
{
color: #910CCC;
}
</style>
background-color css
<style>
a { background-color: #910CCC; }
a { background-color: rgb(145,12,204); }
div.DivClassName
{
background-color: #910CCC;
}
.BgClassName
{
background-color: #910CCC;
}
</style>
border-color css
<style>
span { border-color: #910CCC; }
span { border-color: rgb(145,12,204); }
td.TdClassName
{
border-color: #910CCC;
}
.TagClassName
{
border-color: #910CCC;
}
</style>