Shades of Violent Violet #250851
Tints of Violent Violet #250851
RGB
CMYK
RGB Variations
Color information
#250851 (or 0x250851) is known color: Violent Violet. HEX triplet: 25, 08 and 51. RGB value is (37,8,81). Sum of RGB (Red+Green+Blue) = 37+8+81=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #250851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250851 is #DAF7AE. Grayscale: #181818. Windows color (decimal): -14350255 or 5310501. OLE color: 5310501.
HSL color Cylindrical-coordinate representation of color #250851: hue angle of 263.84º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250851 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 8 | 81 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.68 |
| HSL | 263.84º | 0.82% | 0.17% | - |
| HSV(B) | 263.84º | 0.9% | 0.32% | - |
| XYZ | 2.33 | 1.16 | 7.89 | - |
| YUV | 24.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 81 | 0.54 | 0.90 | 0 | 0.68 | 263.84 | 0.82 | 0.17 |
| Hex | 25 | 8 | 51 | 36 | 5A | 0 | 44 | 108 | 52 | 11 |
| Octal | 45 | 10 | 121 | 66 | 132 | 0 | 104 | 410 | 122 | 21 |
| Binary | 100101 | 1000 | 1010001 | 110110 | 1011010 | 0 | 1000100 | 100001000 | 1010010 | 10001 |
Color Harmonies of #250851
Complementary color
Monochromatic Colors of #250851
Black with #250851
Text Example
Text Example
White with #250851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250851; }
p { color: rgb(37,8,81); }
H1.HeaderClassName
{
color: #250851;
}
.AnyTagClassName
{
color: #250851;
}
</style>
background-color css
<style>
a { background-color: #250851; }
a { background-color: rgb(37,8,81); }
div.DivClassName
{
background-color: #250851;
}
.BgClassName
{
background-color: #250851;
}
</style>
border-color css
<style>
span { border-color: #250851; }
span { border-color: rgb(37,8,81); }
td.TdClassName
{
border-color: #250851;
}
.TagClassName
{
border-color: #250851;
}
</style>