Shades of Violent Violet #240953
Tints of Violent Violet #240953
RGB
CMYK
RGB Variations
Color information
#240953 (or 0x240953) is known color: Violent Violet. HEX triplet: 24, 09 and 53. RGB value is (36,9,83). Sum of RGB (Red+Green+Blue) = 36+9+83=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #240953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240953 is #DBF6AC. Grayscale: #191919. Windows color (decimal): -14415533 or 5441828. OLE color: 5441828.
HSL color Cylindrical-coordinate representation of color #240953: hue angle of 261.89º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240953 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 9 | 83 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.67 |
| HSL | 261.89º | 0.8% | 0.18% | - |
| HSV(B) | 261.89º | 0.89% | 0.33% | - |
| XYZ | 2.39 | 1.19 | 8.29 | - |
| YUV | 25.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 83 | 0.57 | 0.89 | 0 | 0.67 | 261.89 | 0.8 | 0.18 |
| Hex | 24 | 9 | 53 | 39 | 59 | 0 | 43 | 106 | 50 | 12 |
| Octal | 44 | 11 | 123 | 71 | 131 | 0 | 103 | 406 | 120 | 22 |
| Binary | 100100 | 1001 | 1010011 | 111001 | 1011001 | 0 | 1000011 | 100000110 | 1010000 | 10010 |
Color Harmonies of #240953
Complementary color
Monochromatic Colors of #240953
Black with #240953
Text Example
Text Example
White with #240953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240953; }
p { color: rgb(36,9,83); }
H1.HeaderClassName
{
color: #240953;
}
.AnyTagClassName
{
color: #240953;
}
</style>
background-color css
<style>
a { background-color: #240953; }
a { background-color: rgb(36,9,83); }
div.DivClassName
{
background-color: #240953;
}
.BgClassName
{
background-color: #240953;
}
</style>
border-color css
<style>
span { border-color: #240953; }
span { border-color: rgb(36,9,83); }
td.TdClassName
{
border-color: #240953;
}
.TagClassName
{
border-color: #240953;
}
</style>