Shades of Dark Violet #9001C1
Tints of Dark Violet #9001C1
RGB
CMYK
RGB Variations
Color information
#9001C1 (or 0x9001C1) is known color: Dark Violet. HEX triplet: 90, 01 and C1. RGB value is (144,1,193). Sum of RGB (Red+Green+Blue) = 144+1+193=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #9001C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9001C1 is #6FFE3E. Grayscale: #414141. Windows color (decimal): -7339583 or 12648848. OLE color: 12648848.
HSL color Cylindrical-coordinate representation of color #9001C1: hue angle of 284.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9001C1 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 1 | 193 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.24 |
| HSL | 284.69º | 0.99% | 0.38% | - |
| HSV(B) | 284.69º | 0.99% | 0.76% | - |
| XYZ | 21.14 | 9.8 | 51.23 | - |
| YUV | 65.65 | 199.88 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 193 | 0.25 | 0.99 | 0 | 0.24 | 284.69 | 0.99 | 0.38 |
| Hex | 90 | 1 | C1 | 19 | 63 | 0 | 18 | 11D | 63 | 26 |
| Octal | 220 | 1 | 301 | 31 | 143 | 0 | 30 | 435 | 143 | 46 |
| Binary | 10010000 | 1 | 11000001 | 11001 | 1100011 | 0 | 11000 | 100011101 | 1100011 | 100110 |
Color Harmonies of #9001C1
Complementary color
Monochromatic Colors of #9001C1
Black with #9001C1
Text Example
Text Example
White with #9001C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001C1; }
p { color: rgb(144,1,193); }
H1.HeaderClassName
{
color: #9001C1;
}
.AnyTagClassName
{
color: #9001C1;
}
</style>
background-color css
<style>
a { background-color: #9001C1; }
a { background-color: rgb(144,1,193); }
div.DivClassName
{
background-color: #9001C1;
}
.BgClassName
{
background-color: #9001C1;
}
</style>
border-color css
<style>
span { border-color: #9001C1; }
span { border-color: rgb(144,1,193); }
td.TdClassName
{
border-color: #9001C1;
}
.TagClassName
{
border-color: #9001C1;
}
</style>