Shades of Violent Violet #240954
Tints of Violent Violet #240954
RGB
CMYK
RGB Variations
Color information
#240954 (or 0x240954) is known color: Violent Violet. HEX triplet: 24, 09 and 54. RGB value is (36,9,84). Sum of RGB (Red+Green+Blue) = 36+9+84=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #240954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240954 is #DBF6AB. Grayscale: #191919. Windows color (decimal): -14415532 or 5507364. OLE color: 5507364.
HSL color Cylindrical-coordinate representation of color #240954: hue angle of 261.6º degrees, saturation: 0.81, 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 #240954 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 9 | 84 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.67 |
| HSL | 261.6º | 0.81% | 0.18% | - |
| HSV(B) | 261.6º | 0.89% | 0.33% | - |
| XYZ | 2.43 | 1.21 | 8.49 | - |
| YUV | 25.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 84 | 0.57 | 0.89 | 0 | 0.67 | 261.6 | 0.81 | 0.18 |
| Hex | 24 | 9 | 54 | 39 | 59 | 0 | 43 | 106 | 51 | 12 |
| Octal | 44 | 11 | 124 | 71 | 131 | 0 | 103 | 406 | 121 | 22 |
| Binary | 100100 | 1001 | 1010100 | 111001 | 1011001 | 0 | 1000011 | 100000110 | 1010001 | 10010 |
Color Harmonies of #240954
Complementary color
Monochromatic Colors of #240954
Black with #240954
Text Example
Text Example
White with #240954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240954; }
p { color: rgb(36,9,84); }
H1.HeaderClassName
{
color: #240954;
}
.AnyTagClassName
{
color: #240954;
}
</style>
background-color css
<style>
a { background-color: #240954; }
a { background-color: rgb(36,9,84); }
div.DivClassName
{
background-color: #240954;
}
.BgClassName
{
background-color: #240954;
}
</style>
border-color css
<style>
span { border-color: #240954; }
span { border-color: rgb(36,9,84); }
td.TdClassName
{
border-color: #240954;
}
.TagClassName
{
border-color: #240954;
}
</style>