Shades of Violent Violet #250954
Tints of Violent Violet #250954
RGB
CMYK
RGB Variations
Color information
#250954 (or 0x250954) is known color: Violent Violet. HEX triplet: 25, 09 and 54. RGB value is (37,9,84). Sum of RGB (Red+Green+Blue) = 37+9+84=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #250954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250954 is #DAF6AB. Grayscale: #191919. Windows color (decimal): -14349996 or 5507365. OLE color: 5507365.
HSL color Cylindrical-coordinate representation of color #250954: hue angle of 262.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250954 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 9 | 84 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.67 |
| HSL | 262.4º | 0.81% | 0.18% | - |
| HSV(B) | 262.4º | 0.89% | 0.33% | - |
| XYZ | 2.46 | 1.23 | 8.49 | - |
| YUV | 25.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 84 | 0.56 | 0.89 | 0 | 0.67 | 262.4 | 0.81 | 0.18 |
| Hex | 25 | 9 | 54 | 38 | 59 | 0 | 43 | 106 | 51 | 12 |
| Octal | 45 | 11 | 124 | 70 | 131 | 0 | 103 | 406 | 121 | 22 |
| Binary | 100101 | 1001 | 1010100 | 111000 | 1011001 | 0 | 1000011 | 100000110 | 1010001 | 10010 |
Color Harmonies of #250954
Complementary color
Monochromatic Colors of #250954
Black with #250954
Text Example
Text Example
White with #250954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250954; }
p { color: rgb(37,9,84); }
H1.HeaderClassName
{
color: #250954;
}
.AnyTagClassName
{
color: #250954;
}
</style>
background-color css
<style>
a { background-color: #250954; }
a { background-color: rgb(37,9,84); }
div.DivClassName
{
background-color: #250954;
}
.BgClassName
{
background-color: #250954;
}
</style>
border-color css
<style>
span { border-color: #250954; }
span { border-color: rgb(37,9,84); }
td.TdClassName
{
border-color: #250954;
}
.TagClassName
{
border-color: #250954;
}
</style>