Shades of Dark Violet #890ACF
Tints of Dark Violet #890ACF
RGB
CMYK
RGB Variations
Color information
#890ACF (or 0x890ACF) is known color: Dark Violet. HEX triplet: 89, 0A and CF. RGB value is (137,10,207). Sum of RGB (Red+Green+Blue) = 137+10+207=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #890ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ACF is #76F530. Grayscale: #454545. Windows color (decimal): -7796017 or 13568649. OLE color: 13568649.
HSL color Cylindrical-coordinate representation of color #890ACF: hue angle of 278.68º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890ACF is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 10 | 207 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.19 |
| HSL | 278.68º | 0.91% | 0.43% | - |
| HSV(B) | 278.68º | 0.95% | 0.81% | - |
| XYZ | 21.69 | 10.04 | 59.83 | - |
| YUV | 70.43 | 205.08 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 207 | 0.34 | 0.95 | 0 | 0.19 | 278.68 | 0.91 | 0.43 |
| Hex | 89 | A | CF | 22 | 5F | 0 | 13 | 117 | 5B | 2B |
| Octal | 211 | 12 | 317 | 42 | 137 | 0 | 23 | 427 | 133 | 53 |
| Binary | 10001001 | 1010 | 11001111 | 100010 | 1011111 | 0 | 10011 | 100010111 | 1011011 | 101011 |
Color Harmonies of #890ACF
Complementary color
Monochromatic Colors of #890ACF
Black with #890ACF
Text Example
Text Example
White with #890ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890ACF; }
p { color: rgb(137,10,207); }
H1.HeaderClassName
{
color: #890ACF;
}
.AnyTagClassName
{
color: #890ACF;
}
</style>
background-color css
<style>
a { background-color: #890ACF; }
a { background-color: rgb(137,10,207); }
div.DivClassName
{
background-color: #890ACF;
}
.BgClassName
{
background-color: #890ACF;
}
</style>
border-color css
<style>
span { border-color: #890ACF; }
span { border-color: rgb(137,10,207); }
td.TdClassName
{
border-color: #890ACF;
}
.TagClassName
{
border-color: #890ACF;
}
</style>