Shades of Violent Violet #25084D
Tints of Violent Violet #25084D
RGB
CMYK
RGB Variations
Color information
#25084D (or 0x25084D) is known color: Violent Violet. HEX triplet: 25, 08 and 4D. RGB value is (37,8,77). Sum of RGB (Red+Green+Blue) = 37+8+77=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #25084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25084D is #DAF7B2. Grayscale: #181818. Windows color (decimal): -14350259 or 5048357. OLE color: 5048357.
HSL color Cylindrical-coordinate representation of color #25084D: hue angle of 265.22º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25084D is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 8 | 77 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.70 |
| HSL | 265.22º | 0.81% | 0.17% | - |
| HSV(B) | 265.22º | 0.9% | 0.3% | - |
| XYZ | 2.19 | 1.1 | 7.12 | - |
| YUV | 24.54 | 157.61 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 77 | 0.52 | 0.90 | 0 | 0.70 | 265.22 | 0.81 | 0.17 |
| Hex | 25 | 8 | 4D | 34 | 5A | 0 | 46 | 109 | 51 | 11 |
| Octal | 45 | 10 | 115 | 64 | 132 | 0 | 106 | 411 | 121 | 21 |
| Binary | 100101 | 1000 | 1001101 | 110100 | 1011010 | 0 | 1000110 | 100001001 | 1010001 | 10001 |
Color Harmonies of #25084D
Complementary color
Monochromatic Colors of #25084D
Black with #25084D
Text Example
Text Example
White with #25084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25084D; }
p { color: rgb(37,8,77); }
H1.HeaderClassName
{
color: #25084D;
}
.AnyTagClassName
{
color: #25084D;
}
</style>
background-color css
<style>
a { background-color: #25084D; }
a { background-color: rgb(37,8,77); }
div.DivClassName
{
background-color: #25084D;
}
.BgClassName
{
background-color: #25084D;
}
</style>
border-color css
<style>
span { border-color: #25084D; }
span { border-color: rgb(37,8,77); }
td.TdClassName
{
border-color: #25084D;
}
.TagClassName
{
border-color: #25084D;
}
</style>