Shades of Violent Violet #23094D
Tints of Violent Violet #23094D
RGB
CMYK
RGB Variations
Color information
#23094D (or 0x23094D) is known color: Violent Violet. HEX triplet: 23, 09 and 4D. RGB value is (35,9,77). Sum of RGB (Red+Green+Blue) = 35+9+77=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #23094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23094D is #DCF6B2. Grayscale: #181818. Windows color (decimal): -14481075 or 5048611. OLE color: 5048611.
HSL color Cylindrical-coordinate representation of color #23094D: hue angle of 262.94º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23094D is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 9 | 77 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.70 |
| HSL | 262.94º | 0.79% | 0.17% | - |
| HSV(B) | 262.94º | 0.88% | 0.3% | - |
| XYZ | 2.13 | 1.09 | 7.12 | - |
| YUV | 24.53 | 157.61 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 77 | 0.55 | 0.88 | 0 | 0.70 | 262.94 | 0.79 | 0.17 |
| Hex | 23 | 9 | 4D | 37 | 58 | 0 | 46 | 107 | 4F | 11 |
| Octal | 43 | 11 | 115 | 67 | 130 | 0 | 106 | 407 | 117 | 21 |
| Binary | 100011 | 1001 | 1001101 | 110111 | 1011000 | 0 | 1000110 | 100000111 | 1001111 | 10001 |
Color Harmonies of #23094D
Complementary color
Monochromatic Colors of #23094D
Black with #23094D
Text Example
Text Example
White with #23094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23094D; }
p { color: rgb(35,9,77); }
H1.HeaderClassName
{
color: #23094D;
}
.AnyTagClassName
{
color: #23094D;
}
</style>
background-color css
<style>
a { background-color: #23094D; }
a { background-color: rgb(35,9,77); }
div.DivClassName
{
background-color: #23094D;
}
.BgClassName
{
background-color: #23094D;
}
</style>
border-color css
<style>
span { border-color: #23094D; }
span { border-color: rgb(35,9,77); }
td.TdClassName
{
border-color: #23094D;
}
.TagClassName
{
border-color: #23094D;
}
</style>