Shades of Violent Violet #25084F
Tints of Violent Violet #25084F
RGB
CMYK
RGB Variations
Color information
#25084F (or 0x25084F) is known color: Violent Violet. HEX triplet: 25, 08 and 4F. RGB value is (37,8,79). Sum of RGB (Red+Green+Blue) = 37+8+79=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #25084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25084F is #DAF7B0. Grayscale: #181818. Windows color (decimal): -14350257 or 5179429. OLE color: 5179429.
HSL color Cylindrical-coordinate representation of color #25084F: hue angle of 264.51º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25084F is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 8 | 79 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.69 |
| HSL | 264.51º | 0.82% | 0.17% | - |
| HSV(B) | 264.51º | 0.9% | 0.31% | - |
| XYZ | 2.26 | 1.13 | 7.5 | - |
| YUV | 24.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 79 | 0.53 | 0.90 | 0 | 0.69 | 264.51 | 0.82 | 0.17 |
| Hex | 25 | 8 | 4F | 35 | 5A | 0 | 45 | 109 | 52 | 11 |
| Octal | 45 | 10 | 117 | 65 | 132 | 0 | 105 | 411 | 122 | 21 |
| Binary | 100101 | 1000 | 1001111 | 110101 | 1011010 | 0 | 1000101 | 100001001 | 1010010 | 10001 |
Color Harmonies of #25084F
Complementary color
Monochromatic Colors of #25084F
Black with #25084F
Text Example
Text Example
White with #25084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25084F; }
p { color: rgb(37,8,79); }
H1.HeaderClassName
{
color: #25084F;
}
.AnyTagClassName
{
color: #25084F;
}
</style>
background-color css
<style>
a { background-color: #25084F; }
a { background-color: rgb(37,8,79); }
div.DivClassName
{
background-color: #25084F;
}
.BgClassName
{
background-color: #25084F;
}
</style>
border-color css
<style>
span { border-color: #25084F; }
span { border-color: rgb(37,8,79); }
td.TdClassName
{
border-color: #25084F;
}
.TagClassName
{
border-color: #25084F;
}
</style>