Shades of Violent Violet #230155
Tints of Violent Violet #230155
RGB
CMYK
RGB Variations
Color information
#230155 (or 0x230155) is known color: Violent Violet. HEX triplet: 23, 01 and 55. RGB value is (35,1,85). Sum of RGB (Red+Green+Blue) = 35+1+85=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #230155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230155 is #DCFEAA. Grayscale: #141414. Windows color (decimal): -14483115 or 5570851. OLE color: 5570851.
HSL color Cylindrical-coordinate representation of color #230155: hue angle of 264.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230155 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 1 | 85 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.67 |
| HSL | 264.29º | 0.98% | 0.17% | - |
| HSV(B) | 264.29º | 0.99% | 0.33% | - |
| XYZ | 2.34 | 1.03 | 8.67 | - |
| YUV | 20.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 85 | 0.59 | 0.99 | 0 | 0.67 | 264.29 | 0.98 | 0.17 |
| Hex | 23 | 1 | 55 | 3B | 63 | 0 | 43 | 108 | 62 | 11 |
| Octal | 43 | 1 | 125 | 73 | 143 | 0 | 103 | 410 | 142 | 21 |
| Binary | 100011 | 1 | 1010101 | 111011 | 1100011 | 0 | 1000011 | 100001000 | 1100010 | 10001 |
Color Harmonies of #230155
Complementary color
Monochromatic Colors of #230155
Black with #230155
Text Example
Text Example
White with #230155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230155; }
p { color: rgb(35,1,85); }
H1.HeaderClassName
{
color: #230155;
}
.AnyTagClassName
{
color: #230155;
}
</style>
background-color css
<style>
a { background-color: #230155; }
a { background-color: rgb(35,1,85); }
div.DivClassName
{
background-color: #230155;
}
.BgClassName
{
background-color: #230155;
}
</style>
border-color css
<style>
span { border-color: #230155; }
span { border-color: rgb(35,1,85); }
td.TdClassName
{
border-color: #230155;
}
.TagClassName
{
border-color: #230155;
}
</style>