Shades of Dark Violet #9001B4
Tints of Dark Violet #9001B4
RGB
CMYK
RGB Variations
Color information
#9001B4 (or 0x9001B4) is known color: Dark Violet. HEX triplet: 90, 01 and B4. RGB value is (144,1,180). Sum of RGB (Red+Green+Blue) = 144+1+180=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #9001B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9001B4 is #6FFE4B. Grayscale: #3F3F3F. Windows color (decimal): -7339596 or 11796880. OLE color: 11796880.
HSL color Cylindrical-coordinate representation of color #9001B4: hue angle of 287.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9001B4 is Cyan = 0.2, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 1 | 180 | - |
| CMYK | 0.2 | 0.99 | 0 | 0.29 |
| HSL | 287.93º | 0.99% | 0.35% | - |
| HSV(B) | 287.93º | 0.99% | 0.71% | - |
| XYZ | 19.75 | 9.25 | 43.92 | - |
| YUV | 64.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 180 | 0.2 | 0.99 | 0 | 0.29 | 287.93 | 0.99 | 0.35 |
| Hex | 90 | 1 | B4 | 14 | 63 | 0 | 1D | 120 | 63 | 23 |
| Octal | 220 | 1 | 264 | 24 | 143 | 0 | 35 | 440 | 143 | 43 |
| Binary | 10010000 | 1 | 10110100 | 10100 | 1100011 | 0 | 11101 | 100100000 | 1100011 | 100011 |
Color Harmonies of #9001B4
Complementary color
Monochromatic Colors of #9001B4
Black with #9001B4
Text Example
Text Example
White with #9001B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001B4; }
p { color: rgb(144,1,180); }
H1.HeaderClassName
{
color: #9001B4;
}
.AnyTagClassName
{
color: #9001B4;
}
</style>
background-color css
<style>
a { background-color: #9001B4; }
a { background-color: rgb(144,1,180); }
div.DivClassName
{
background-color: #9001B4;
}
.BgClassName
{
background-color: #9001B4;
}
</style>
border-color css
<style>
span { border-color: #9001B4; }
span { border-color: rgb(144,1,180); }
td.TdClassName
{
border-color: #9001B4;
}
.TagClassName
{
border-color: #9001B4;
}
</style>