Shades of Violent Violet #250155
Tints of Violent Violet #250155
RGB
CMYK
RGB Variations
Color information
#250155 (or 0x250155) is known color: Violent Violet. HEX triplet: 25, 01 and 55. RGB value is (37,1,85). Sum of RGB (Red+Green+Blue) = 37+1+85=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #250155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250155 is #DAFEAA. Grayscale: #151515. Windows color (decimal): -14352043 or 5570853. OLE color: 5570853.
HSL color Cylindrical-coordinate representation of color #250155: hue angle of 265.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250155 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 1 | 85 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.67 |
| HSL | 265.71º | 0.98% | 0.17% | - |
| HSV(B) | 265.71º | 0.99% | 0.33% | - |
| XYZ | 2.41 | 1.07 | 8.67 | - |
| YUV | 21.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 85 | 0.56 | 0.99 | 0 | 0.67 | 265.71 | 0.98 | 0.17 |
| Hex | 25 | 1 | 55 | 38 | 63 | 0 | 43 | 10A | 62 | 11 |
| Octal | 45 | 1 | 125 | 70 | 143 | 0 | 103 | 412 | 142 | 21 |
| Binary | 100101 | 1 | 1010101 | 111000 | 1100011 | 0 | 1000011 | 100001010 | 1100010 | 10001 |
Color Harmonies of #250155
Complementary color
Monochromatic Colors of #250155
Black with #250155
Text Example
Text Example
White with #250155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250155; }
p { color: rgb(37,1,85); }
H1.HeaderClassName
{
color: #250155;
}
.AnyTagClassName
{
color: #250155;
}
</style>
background-color css
<style>
a { background-color: #250155; }
a { background-color: rgb(37,1,85); }
div.DivClassName
{
background-color: #250155;
}
.BgClassName
{
background-color: #250155;
}
</style>
border-color css
<style>
span { border-color: #250155; }
span { border-color: rgb(37,1,85); }
td.TdClassName
{
border-color: #250155;
}
.TagClassName
{
border-color: #250155;
}
</style>