Shades of Dark Violet #9101CE
Tints of Dark Violet #9101CE
RGB
CMYK
RGB Variations
Color information
#9101CE (or 0x9101CE) is known color: Dark Violet. HEX triplet: 91, 01 and CE. RGB value is (145,1,206). Sum of RGB (Red+Green+Blue) = 145+1+206=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #9101CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9101CE is #6EFE31. Grayscale: #424242. Windows color (decimal): -7274034 or 13500817. OLE color: 13500817.
HSL color Cylindrical-coordinate representation of color #9101CE: hue angle of 282.15º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9101CE is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 1 | 206 | - |
| CMYK | 0.30 | 1.00 | 0 | 0.19 |
| HSL | 282.15º | 0.99% | 0.41% | - |
| HSV(B) | 282.15º | 1% | 0.81% | - |
| XYZ | 22.83 | 10.5 | 59.22 | - |
| YUV | 67.43 | 206.21 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 206 | 0.30 | 1.00 | 0 | 0.19 | 282.15 | 0.99 | 0.41 |
| Hex | 91 | 1 | CE | 1E | 64 | 0 | 13 | 11A | 63 | 29 |
| Octal | 221 | 1 | 316 | 36 | 144 | 0 | 23 | 432 | 143 | 51 |
| Binary | 10010001 | 1 | 11001110 | 11110 | 1100100 | 0 | 10011 | 100011010 | 1100011 | 101001 |
Color Harmonies of #9101CE
Complementary color
Monochromatic Colors of #9101CE
Black with #9101CE
Text Example
Text Example
White with #9101CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9101CE; }
p { color: rgb(145,1,206); }
H1.HeaderClassName
{
color: #9101CE;
}
.AnyTagClassName
{
color: #9101CE;
}
</style>
background-color css
<style>
a { background-color: #9101CE; }
a { background-color: rgb(145,1,206); }
div.DivClassName
{
background-color: #9101CE;
}
.BgClassName
{
background-color: #9101CE;
}
</style>
border-color css
<style>
span { border-color: #9101CE; }
span { border-color: rgb(145,1,206); }
td.TdClassName
{
border-color: #9101CE;
}
.TagClassName
{
border-color: #9101CE;
}
</style>