Shades of Dark Violet #9001BD
Tints of Dark Violet #9001BD
RGB
CMYK
RGB Variations
Color information
#9001BD (or 0x9001BD) is known color: Dark Violet. HEX triplet: 90, 01 and BD. RGB value is (144,1,189). Sum of RGB (Red+Green+Blue) = 144+1+189=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #9001BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9001BD is #6FFE42. Grayscale: #404040. Windows color (decimal): -7339587 or 12386704. OLE color: 12386704.
HSL color Cylindrical-coordinate representation of color #9001BD: hue angle of 285.64º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9001BD is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 1 | 189 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.26 |
| HSL | 285.64º | 0.99% | 0.37% | - |
| HSV(B) | 285.64º | 0.99% | 0.74% | - |
| XYZ | 20.7 | 9.63 | 48.91 | - |
| YUV | 65.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 189 | 0.24 | 0.99 | 0 | 0.26 | 285.64 | 0.99 | 0.37 |
| Hex | 90 | 1 | BD | 18 | 63 | 0 | 1A | 11E | 63 | 25 |
| Octal | 220 | 1 | 275 | 30 | 143 | 0 | 32 | 436 | 143 | 45 |
| Binary | 10010000 | 1 | 10111101 | 11000 | 1100011 | 0 | 11010 | 100011110 | 1100011 | 100101 |
Color Harmonies of #9001BD
Complementary color
Monochromatic Colors of #9001BD
Black with #9001BD
Text Example
Text Example
White with #9001BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001BD; }
p { color: rgb(144,1,189); }
H1.HeaderClassName
{
color: #9001BD;
}
.AnyTagClassName
{
color: #9001BD;
}
</style>
background-color css
<style>
a { background-color: #9001BD; }
a { background-color: rgb(144,1,189); }
div.DivClassName
{
background-color: #9001BD;
}
.BgClassName
{
background-color: #9001BD;
}
</style>
border-color css
<style>
span { border-color: #9001BD; }
span { border-color: rgb(144,1,189); }
td.TdClassName
{
border-color: #9001BD;
}
.TagClassName
{
border-color: #9001BD;
}
</style>