Shades of Violent Violet #250957
Tints of Violent Violet #250957
RGB
CMYK
RGB Variations
Color information
#250957 (or 0x250957) is known color: Violent Violet. HEX triplet: 25, 09 and 57. RGB value is (37,9,87). Sum of RGB (Red+Green+Blue) = 37+9+87=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #250957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250957 is #DAF6A8. Grayscale: #191919. Windows color (decimal): -14349993 or 5703973. OLE color: 5703973.
HSL color Cylindrical-coordinate representation of color #250957: hue angle of 261.54º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250957 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 9 | 87 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.66 |
| HSL | 261.54º | 0.81% | 0.19% | - |
| HSV(B) | 261.54º | 0.9% | 0.34% | - |
| XYZ | 2.58 | 1.28 | 9.13 | - |
| YUV | 26.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 87 | 0.57 | 0.90 | 0 | 0.66 | 261.54 | 0.81 | 0.19 |
| Hex | 25 | 9 | 57 | 39 | 5A | 0 | 42 | 106 | 51 | 13 |
| Octal | 45 | 11 | 127 | 71 | 132 | 0 | 102 | 406 | 121 | 23 |
| Binary | 100101 | 1001 | 1010111 | 111001 | 1011010 | 0 | 1000010 | 100000110 | 1010001 | 10011 |
Color Harmonies of #250957
Complementary color
Monochromatic Colors of #250957
Black with #250957
Text Example
Text Example
White with #250957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250957; }
p { color: rgb(37,9,87); }
H1.HeaderClassName
{
color: #250957;
}
.AnyTagClassName
{
color: #250957;
}
</style>
background-color css
<style>
a { background-color: #250957; }
a { background-color: rgb(37,9,87); }
div.DivClassName
{
background-color: #250957;
}
.BgClassName
{
background-color: #250957;
}
</style>
border-color css
<style>
span { border-color: #250957; }
span { border-color: rgb(37,9,87); }
td.TdClassName
{
border-color: #250957;
}
.TagClassName
{
border-color: #250957;
}
</style>