Shades of Violent Violet #250952
Tints of Violent Violet #250952
RGB
CMYK
RGB Variations
Color information
#250952 (or 0x250952) is known color: Violent Violet. HEX triplet: 25, 09 and 52. RGB value is (37,9,82). Sum of RGB (Red+Green+Blue) = 37+9+82=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #250952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250952 is #DAF6AD. Grayscale: #191919. Windows color (decimal): -14349998 or 5376293. OLE color: 5376293.
HSL color Cylindrical-coordinate representation of color #250952: hue angle of 263.01º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250952 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 9 | 82 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.68 |
| HSL | 263.01º | 0.8% | 0.18% | - |
| HSV(B) | 263.01º | 0.89% | 0.32% | - |
| XYZ | 2.38 | 1.2 | 8.09 | - |
| YUV | 25.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 82 | 0.55 | 0.89 | 0 | 0.68 | 263.01 | 0.8 | 0.18 |
| Hex | 25 | 9 | 52 | 37 | 59 | 0 | 44 | 107 | 50 | 12 |
| Octal | 45 | 11 | 122 | 67 | 131 | 0 | 104 | 407 | 120 | 22 |
| Binary | 100101 | 1001 | 1010010 | 110111 | 1011001 | 0 | 1000100 | 100000111 | 1010000 | 10010 |
Color Harmonies of #250952
Complementary color
Monochromatic Colors of #250952
Black with #250952
Text Example
Text Example
White with #250952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250952; }
p { color: rgb(37,9,82); }
H1.HeaderClassName
{
color: #250952;
}
.AnyTagClassName
{
color: #250952;
}
</style>
background-color css
<style>
a { background-color: #250952; }
a { background-color: rgb(37,9,82); }
div.DivClassName
{
background-color: #250952;
}
.BgClassName
{
background-color: #250952;
}
</style>
border-color css
<style>
span { border-color: #250952; }
span { border-color: rgb(37,9,82); }
td.TdClassName
{
border-color: #250952;
}
.TagClassName
{
border-color: #250952;
}
</style>