Shades of Dark Violet #890CE2
Tints of Dark Violet #890CE2
RGB
CMYK
RGB Variations
Color information
#890CE2 (or 0x890CE2) is known color: Dark Violet. HEX triplet: 89, 0C and E2. RGB value is (137,12,226). Sum of RGB (Red+Green+Blue) = 137+12+226=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 226 (88.67% from 255 or 60.27% from 375); Max value from RGB is 226 - color contains mainly: blue. Hex color #890CE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CE2 is #76F31D. Grayscale: #494949. Windows color (decimal): -7795486 or 14814345. OLE color: 14814345.
HSL color Cylindrical-coordinate representation of color #890CE2: hue angle of 275.05º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CE2 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 12 | 226 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.11 |
| HSL | 275.05º | 0.9% | 0.47% | - |
| HSV(B) | 275.05º | 0.95% | 0.89% | - |
| XYZ | 24.18 | 11.07 | 72.81 | - |
| YUV | 73.77 | 213.91 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 226 | 0.39 | 0.95 | 0 | 0.11 | 275.05 | 0.9 | 0.47 |
| Hex | 89 | C | E2 | 27 | 5F | 0 | B | 113 | 5A | 2F |
| Octal | 211 | 14 | 342 | 47 | 137 | 0 | 13 | 423 | 132 | 57 |
| Binary | 10001001 | 1100 | 11100010 | 100111 | 1011111 | 0 | 1011 | 100010011 | 1011010 | 101111 |
Color Harmonies of #890CE2
Complementary color
Monochromatic Colors of #890CE2
Black with #890CE2
Text Example
Text Example
White with #890CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CE2; }
p { color: rgb(137,12,226); }
H1.HeaderClassName
{
color: #890CE2;
}
.AnyTagClassName
{
color: #890CE2;
}
</style>
background-color css
<style>
a { background-color: #890CE2; }
a { background-color: rgb(137,12,226); }
div.DivClassName
{
background-color: #890CE2;
}
.BgClassName
{
background-color: #890CE2;
}
</style>
border-color css
<style>
span { border-color: #890CE2; }
span { border-color: rgb(137,12,226); }
td.TdClassName
{
border-color: #890CE2;
}
.TagClassName
{
border-color: #890CE2;
}
</style>