Shades of Violent Violet #23154D
Tints of Violent Violet #23154D
RGB
CMYK
RGB Variations
Color information
#23154D (or 0x23154D) is known color: Violent Violet. HEX triplet: 23, 15 and 4D. RGB value is (35,21,77). Sum of RGB (Red+Green+Blue) = 35+21+77=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #23154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23154D is #DCEAB2. Grayscale: #1F1F1F. Windows color (decimal): -14478003 or 5051683. OLE color: 5051683.
HSL color Cylindrical-coordinate representation of color #23154D: hue angle of 255º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23154D is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 21 | 77 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.70 |
| HSL | 255º | 0.57% | 0.19% | - |
| HSV(B) | 255º | 0.73% | 0.3% | - |
| XYZ | 2.3 | 1.43 | 7.18 | - |
| YUV | 31.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 77 | 0.55 | 0.73 | 0 | 0.70 | 255 | 0.57 | 0.19 |
| Hex | 23 | 15 | 4D | 37 | 49 | 0 | 46 | FF | 39 | 13 |
| Octal | 43 | 25 | 115 | 67 | 111 | 0 | 106 | 377 | 71 | 23 |
| Binary | 100011 | 10101 | 1001101 | 110111 | 1001001 | 0 | 1000110 | 11111111 | 111001 | 10011 |
Color Harmonies of #23154D
Complementary color
Monochromatic Colors of #23154D
Black with #23154D
Text Example
Text Example
White with #23154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23154D; }
p { color: rgb(35,21,77); }
H1.HeaderClassName
{
color: #23154D;
}
.AnyTagClassName
{
color: #23154D;
}
</style>
background-color css
<style>
a { background-color: #23154D; }
a { background-color: rgb(35,21,77); }
div.DivClassName
{
background-color: #23154D;
}
.BgClassName
{
background-color: #23154D;
}
</style>
border-color css
<style>
span { border-color: #23154D; }
span { border-color: rgb(35,21,77); }
td.TdClassName
{
border-color: #23154D;
}
.TagClassName
{
border-color: #23154D;
}
</style>