Shades of Violent Violet #20095C
Tints of Violent Violet #20095C
RGB
CMYK
RGB Variations
Color information
#20095C (or 0x20095C) is known color: Violent Violet. HEX triplet: 20, 09 and 5C. RGB value is (32,9,92). Sum of RGB (Red+Green+Blue) = 32+9+92=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #20095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20095C is #DFF6A3. Grayscale: #191919. Windows color (decimal): -14677668 or 6031648. OLE color: 6031648.
HSL color Cylindrical-coordinate representation of color #20095C: hue angle of 256.63º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20095C is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 9 | 92 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.64 |
| HSL | 256.63º | 0.82% | 0.2% | - |
| HSV(B) | 256.63º | 0.9% | 0.36% | - |
| XYZ | 2.63 | 1.28 | 10.23 | - |
| YUV | 25.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 92 | 0.65 | 0.90 | 0 | 0.64 | 256.63 | 0.82 | 0.2 |
| Hex | 20 | 9 | 5C | 41 | 5A | 0 | 40 | 101 | 52 | 14 |
| Octal | 40 | 11 | 134 | 101 | 132 | 0 | 100 | 401 | 122 | 24 |
| Binary | 100000 | 1001 | 1011100 | 1000001 | 1011010 | 0 | 1000000 | 100000001 | 1010010 | 10100 |
Color Harmonies of #20095C
Complementary color
Monochromatic Colors of #20095C
Black with #20095C
Text Example
Text Example
White with #20095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20095C; }
p { color: rgb(32,9,92); }
H1.HeaderClassName
{
color: #20095C;
}
.AnyTagClassName
{
color: #20095C;
}
</style>
background-color css
<style>
a { background-color: #20095C; }
a { background-color: rgb(32,9,92); }
div.DivClassName
{
background-color: #20095C;
}
.BgClassName
{
background-color: #20095C;
}
</style>
border-color css
<style>
span { border-color: #20095C; }
span { border-color: rgb(32,9,92); }
td.TdClassName
{
border-color: #20095C;
}
.TagClassName
{
border-color: #20095C;
}
</style>