Shades of Violent Violet #230154
Tints of Violent Violet #230154
RGB
CMYK
RGB Variations
Color information
#230154 (or 0x230154) is known color: Violent Violet. HEX triplet: 23, 01 and 54. RGB value is (35,1,84). Sum of RGB (Red+Green+Blue) = 35+1+84=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 84 (33.20% from 255 or 70% from 120); Max value from RGB is 84 - color contains mainly: blue. Hex color #230154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230154 is #DCFEAB. Grayscale: #141414. Windows color (decimal): -14483116 or 5505315. OLE color: 5505315.
HSL color Cylindrical-coordinate representation of color #230154: hue angle of 264.58º 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 #230154 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 1 | 84 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.67 |
| HSL | 264.58º | 0.98% | 0.17% | - |
| HSV(B) | 264.58º | 0.99% | 0.33% | - |
| XYZ | 2.3 | 1.02 | 8.46 | - |
| YUV | 20.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 84 | 0.58 | 0.99 | 0 | 0.67 | 264.58 | 0.98 | 0.17 |
| Hex | 23 | 1 | 54 | 3A | 63 | 0 | 43 | 109 | 62 | 11 |
| Octal | 43 | 1 | 124 | 72 | 143 | 0 | 103 | 411 | 142 | 21 |
| Binary | 100011 | 1 | 1010100 | 111010 | 1100011 | 0 | 1000011 | 100001001 | 1100010 | 10001 |
Color Harmonies of #230154
Complementary color
Monochromatic Colors of #230154
Black with #230154
Text Example
Text Example
White with #230154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230154; }
p { color: rgb(35,1,84); }
H1.HeaderClassName
{
color: #230154;
}
.AnyTagClassName
{
color: #230154;
}
</style>
background-color css
<style>
a { background-color: #230154; }
a { background-color: rgb(35,1,84); }
div.DivClassName
{
background-color: #230154;
}
.BgClassName
{
background-color: #230154;
}
</style>
border-color css
<style>
span { border-color: #230154; }
span { border-color: rgb(35,1,84); }
td.TdClassName
{
border-color: #230154;
}
.TagClassName
{
border-color: #230154;
}
</style>