Shades of Dark Violet #8901DA
Tints of Dark Violet #8901DA
RGB
CMYK
RGB Variations
Color information
#8901DA (or 0x8901DA) is known color: Dark Violet. HEX triplet: 89, 01 and DA. RGB value is (137,1,218). Sum of RGB (Red+Green+Blue) = 137+1+218=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #8901DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8901DA is #76FE25. Grayscale: #414141. Windows color (decimal): -7798310 or 14287241. OLE color: 14287241.
HSL color Cylindrical-coordinate representation of color #8901DA: hue angle of 277.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8901DA is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 1 | 218 | - |
| CMYK | 0.37 | 1.00 | 0 | 0.15 |
| HSL | 277.6º | 0.99% | 0.43% | - |
| HSV(B) | 277.6º | 1% | 0.85% | - |
| XYZ | 22.98 | 10.4 | 67.13 | - |
| YUV | 66.4 | 213.56 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 218 | 0.37 | 1.00 | 0 | 0.15 | 277.6 | 0.99 | 0.43 |
| Hex | 89 | 1 | DA | 25 | 64 | 0 | F | 116 | 63 | 2B |
| Octal | 211 | 1 | 332 | 45 | 144 | 0 | 17 | 426 | 143 | 53 |
| Binary | 10001001 | 1 | 11011010 | 100101 | 1100100 | 0 | 1111 | 100010110 | 1100011 | 101011 |
Color Harmonies of #8901DA
Complementary color
Monochromatic Colors of #8901DA
Black with #8901DA
Text Example
Text Example
White with #8901DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8901DA; }
p { color: rgb(137,1,218); }
H1.HeaderClassName
{
color: #8901DA;
}
.AnyTagClassName
{
color: #8901DA;
}
</style>
background-color css
<style>
a { background-color: #8901DA; }
a { background-color: rgb(137,1,218); }
div.DivClassName
{
background-color: #8901DA;
}
.BgClassName
{
background-color: #8901DA;
}
</style>
border-color css
<style>
span { border-color: #8901DA; }
span { border-color: rgb(137,1,218); }
td.TdClassName
{
border-color: #8901DA;
}
.TagClassName
{
border-color: #8901DA;
}
</style>