Shades of Violent Violet #180253
Tints of Violent Violet #180253
RGB
CMYK
RGB Variations
Color information
#180253 (or 0x180253) is known color: Violent Violet. HEX triplet: 18, 02 and 53. RGB value is (24,2,83). Sum of RGB (Red+Green+Blue) = 24+2+83=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 83 (32.81% from 255 or 76.15% from 109); Max value from RGB is 83 - color contains mainly: blue. Hex color #180253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180253 is #E7FDAC. Grayscale: #111111. Windows color (decimal): -15203757 or 5440024. OLE color: 5440024.
HSL color Cylindrical-coordinate representation of color #180253: hue angle of 256.3º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180253 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 2 | 83 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.67 |
| HSL | 256.3º | 0.95% | 0.17% | - |
| HSV(B) | 256.3º | 0.98% | 0.33% | - |
| XYZ | 1.96 | 0.86 | 8.25 | - |
| YUV | 17.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 83 | 0.71 | 0.98 | 0 | 0.67 | 256.3 | 0.95 | 0.17 |
| Hex | 18 | 2 | 53 | 47 | 62 | 0 | 43 | 100 | 5F | 11 |
| Octal | 30 | 2 | 123 | 107 | 142 | 0 | 103 | 400 | 137 | 21 |
| Binary | 11000 | 10 | 1010011 | 1000111 | 1100010 | 0 | 1000011 | 100000000 | 1011111 | 10001 |
Color Harmonies of #180253
Complementary color
Monochromatic Colors of #180253
Black with #180253
Text Example
Text Example
White with #180253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180253; }
p { color: rgb(24,2,83); }
H1.HeaderClassName
{
color: #180253;
}
.AnyTagClassName
{
color: #180253;
}
</style>
background-color css
<style>
a { background-color: #180253; }
a { background-color: rgb(24,2,83); }
div.DivClassName
{
background-color: #180253;
}
.BgClassName
{
background-color: #180253;
}
</style>
border-color css
<style>
span { border-color: #180253; }
span { border-color: rgb(24,2,83); }
td.TdClassName
{
border-color: #180253;
}
.TagClassName
{
border-color: #180253;
}
</style>