Shades of Dark Violet #910CE9
Tints of Dark Violet #910CE9
RGB
CMYK
RGB Variations
Color information
#910CE9 (or 0x910CE9) is known color: Dark Violet. HEX triplet: 91, 0C and E9. RGB value is (145,12,233). Sum of RGB (Red+Green+Blue) = 145+12+233=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 233 (91.41% from 255 or 59.74% from 390); Max value from RGB is 233 - color contains mainly: blue. Hex color #910CE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #910CE9 is #6EF316. Grayscale: #4C4C4C. Windows color (decimal): -7271191 or 15273105. OLE color: 15273105.
HSL color Cylindrical-coordinate representation of color #910CE9: hue angle of 276.11º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910CE9 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 12 | 233 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.09 |
| HSL | 276.11º | 0.9% | 0.48% | - |
| HSV(B) | 276.11º | 0.95% | 0.91% | - |
| XYZ | 26.52 | 12.17 | 78.04 | - |
| YUV | 76.96 | 216.06 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 233 | 0.38 | 0.95 | 0 | 0.09 | 276.11 | 0.9 | 0.48 |
| Hex | 91 | C | E9 | 26 | 5F | 0 | 9 | 114 | 5A | 30 |
| Octal | 221 | 14 | 351 | 46 | 137 | 0 | 11 | 424 | 132 | 60 |
| Binary | 10010001 | 1100 | 11101001 | 100110 | 1011111 | 0 | 1001 | 100010100 | 1011010 | 110000 |
Color Harmonies of #910CE9
Complementary color
Monochromatic Colors of #910CE9
Black with #910CE9
Text Example
Text Example
White with #910CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910CE9; }
p { color: rgb(145,12,233); }
H1.HeaderClassName
{
color: #910CE9;
}
.AnyTagClassName
{
color: #910CE9;
}
</style>
background-color css
<style>
a { background-color: #910CE9; }
a { background-color: rgb(145,12,233); }
div.DivClassName
{
background-color: #910CE9;
}
.BgClassName
{
background-color: #910CE9;
}
</style>
border-color css
<style>
span { border-color: #910CE9; }
span { border-color: rgb(145,12,233); }
td.TdClassName
{
border-color: #910CE9;
}
.TagClassName
{
border-color: #910CE9;
}
</style>