Shades of Dark Violet #910CCE
Tints of Dark Violet #910CCE
RGB
CMYK
RGB Variations
Color information
#910CCE (or 0x910CCE) is known color: Dark Violet. HEX triplet: 91, 0C and CE. RGB value is (145,12,206). Sum of RGB (Red+Green+Blue) = 145+12+206=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #910CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910CCE is #6EF331. Grayscale: #494949. Windows color (decimal): -7271218 or 13503633. OLE color: 13503633.
HSL color Cylindrical-coordinate representation of color #910CCE: hue angle of 281.13º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910CCE is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 12 | 206 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.19 |
| HSL | 281.13º | 0.89% | 0.43% | - |
| HSV(B) | 281.13º | 0.94% | 0.81% | - |
| XYZ | 22.95 | 10.74 | 59.26 | - |
| YUV | 73.88 | 202.56 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 206 | 0.30 | 0.94 | 0 | 0.19 | 281.13 | 0.89 | 0.43 |
| Hex | 91 | C | CE | 1E | 5E | 0 | 13 | 119 | 59 | 2B |
| Octal | 221 | 14 | 316 | 36 | 136 | 0 | 23 | 431 | 131 | 53 |
| Binary | 10010001 | 1100 | 11001110 | 11110 | 1011110 | 0 | 10011 | 100011001 | 1011001 | 101011 |
Color Harmonies of #910CCE
Complementary color
Monochromatic Colors of #910CCE
Black with #910CCE
Text Example
Text Example
White with #910CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CCE; }
p { color: rgb(145,12,206); }
H1.HeaderClassName
{
color: #910CCE;
}
.AnyTagClassName
{
color: #910CCE;
}
</style>
background-color css
<style>
a { background-color: #910CCE; }
a { background-color: rgb(145,12,206); }
div.DivClassName
{
background-color: #910CCE;
}
.BgClassName
{
background-color: #910CCE;
}
</style>
border-color css
<style>
span { border-color: #910CCE; }
span { border-color: rgb(145,12,206); }
td.TdClassName
{
border-color: #910CCE;
}
.TagClassName
{
border-color: #910CCE;
}
</style>