Shades of Violent Violet #25154D
Tints of Violent Violet #25154D
RGB
CMYK
RGB Variations
Color information
#25154D (or 0x25154D) is known color: Violent Violet. HEX triplet: 25, 15 and 4D. RGB value is (37,21,77). Sum of RGB (Red+Green+Blue) = 37+21+77=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #25154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25154D is #DAEAB2. Grayscale: #1F1F1F. Windows color (decimal): -14346931 or 5051685. OLE color: 5051685.
HSL color Cylindrical-coordinate representation of color #25154D: hue angle of 257.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25154D is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 21 | 77 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.70 |
| HSL | 257.14º | 0.57% | 0.19% | - |
| HSV(B) | 257.14º | 0.73% | 0.3% | - |
| XYZ | 2.37 | 1.47 | 7.18 | - |
| YUV | 32.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 77 | 0.52 | 0.73 | 0 | 0.70 | 257.14 | 0.57 | 0.19 |
| Hex | 25 | 15 | 4D | 34 | 49 | 0 | 46 | 101 | 39 | 13 |
| Octal | 45 | 25 | 115 | 64 | 111 | 0 | 106 | 401 | 71 | 23 |
| Binary | 100101 | 10101 | 1001101 | 110100 | 1001001 | 0 | 1000110 | 100000001 | 111001 | 10011 |
Color Harmonies of #25154D
Complementary color
Monochromatic Colors of #25154D
Black with #25154D
Text Example
Text Example
White with #25154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25154D; }
p { color: rgb(37,21,77); }
H1.HeaderClassName
{
color: #25154D;
}
.AnyTagClassName
{
color: #25154D;
}
</style>
background-color css
<style>
a { background-color: #25154D; }
a { background-color: rgb(37,21,77); }
div.DivClassName
{
background-color: #25154D;
}
.BgClassName
{
background-color: #25154D;
}
</style>
border-color css
<style>
span { border-color: #25154D; }
span { border-color: rgb(37,21,77); }
td.TdClassName
{
border-color: #25154D;
}
.TagClassName
{
border-color: #25154D;
}
</style>