Shades of Dark Violet #8901F0
Tints of Dark Violet #8901F0
RGB
CMYK
RGB Variations
Color information
#8901F0 (or 0x8901F0) is known color: Dark Violet. HEX triplet: 89, 01 and F0. RGB value is (137,1,240). Sum of RGB (Red+Green+Blue) = 137+1+240=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #8901F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8901F0 is #76FE0F. Grayscale: #444444. Windows color (decimal): -7798288 or 15729033. OLE color: 15729033.
HSL color Cylindrical-coordinate representation of color #8901F0: hue angle of 274.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8901F0 is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 1 | 240 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.06 |
| HSL | 274.14º | 0.99% | 0.47% | - |
| HSV(B) | 274.14º | 1% | 0.94% | - |
| XYZ | 26.06 | 11.63 | 83.31 | - |
| YUV | 68.91 | 224.56 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 240 | 0.43 | 1.00 | 0 | 0.06 | 274.14 | 0.99 | 0.47 |
| Hex | 89 | 1 | F0 | 2B | 64 | 0 | 6 | 112 | 63 | 2F |
| Octal | 211 | 1 | 360 | 53 | 144 | 0 | 6 | 422 | 143 | 57 |
| Binary | 10001001 | 1 | 11110000 | 101011 | 1100100 | 0 | 110 | 100010010 | 1100011 | 101111 |
Color Harmonies of #8901F0
Complementary color
Monochromatic Colors of #8901F0
Black with #8901F0
Text Example
Text Example
White with #8901F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8901F0; }
p { color: rgb(137,1,240); }
H1.HeaderClassName
{
color: #8901F0;
}
.AnyTagClassName
{
color: #8901F0;
}
</style>
background-color css
<style>
a { background-color: #8901F0; }
a { background-color: rgb(137,1,240); }
div.DivClassName
{
background-color: #8901F0;
}
.BgClassName
{
background-color: #8901F0;
}
</style>
border-color css
<style>
span { border-color: #8901F0; }
span { border-color: rgb(137,1,240); }
td.TdClassName
{
border-color: #8901F0;
}
.TagClassName
{
border-color: #8901F0;
}
</style>