Shades of Dark Violet #9001C2
Tints of Dark Violet #9001C2
RGB
CMYK
RGB Variations
Color information
#9001C2 (or 0x9001C2) is known color: Dark Violet. HEX triplet: 90, 01 and C2. RGB value is (144,1,194). Sum of RGB (Red+Green+Blue) = 144+1+194=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 194 (76.17% from 255 or 57.23% from 339); Max value from RGB is 194 - color contains mainly: blue. Hex color #9001C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9001C2 is #6FFE3D. Grayscale: #414141. Windows color (decimal): -7339582 or 12714384. OLE color: 12714384.
HSL color Cylindrical-coordinate representation of color #9001C2: hue angle of 284.46º 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 #9001C2 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 1 | 194 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.24 |
| HSL | 284.46º | 0.99% | 0.38% | - |
| HSV(B) | 284.46º | 0.99% | 0.76% | - |
| XYZ | 21.25 | 9.85 | 51.82 | - |
| YUV | 65.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 194 | 0.26 | 0.99 | 0 | 0.24 | 284.46 | 0.99 | 0.38 |
| Hex | 90 | 1 | C2 | 1A | 63 | 0 | 18 | 11C | 63 | 26 |
| Octal | 220 | 1 | 302 | 32 | 143 | 0 | 30 | 434 | 143 | 46 |
| Binary | 10010000 | 1 | 11000010 | 11010 | 1100011 | 0 | 11000 | 100011100 | 1100011 | 100110 |
Color Harmonies of #9001C2
Complementary color
Monochromatic Colors of #9001C2
Black with #9001C2
Text Example
Text Example
White with #9001C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001C2; }
p { color: rgb(144,1,194); }
H1.HeaderClassName
{
color: #9001C2;
}
.AnyTagClassName
{
color: #9001C2;
}
</style>
background-color css
<style>
a { background-color: #9001C2; }
a { background-color: rgb(144,1,194); }
div.DivClassName
{
background-color: #9001C2;
}
.BgClassName
{
background-color: #9001C2;
}
</style>
border-color css
<style>
span { border-color: #9001C2; }
span { border-color: rgb(144,1,194); }
td.TdClassName
{
border-color: #9001C2;
}
.TagClassName
{
border-color: #9001C2;
}
</style>