Shades of Violent Violet #260950
Tints of Violent Violet #260950
RGB
CMYK
RGB Variations
Color information
#260950 (or 0x260950) is known color: Violent Violet. HEX triplet: 26, 09 and 50. RGB value is (38,9,80). Sum of RGB (Red+Green+Blue) = 38+9+80=127 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.92% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #260950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260950 is #D9F6AF. Grayscale: #191919. Windows color (decimal): -14284464 or 5245222. OLE color: 5245222.
HSL color Cylindrical-coordinate representation of color #260950: hue angle of 264.51º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260950 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 9 | 80 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.69 |
| HSL | 264.51º | 0.8% | 0.17% | - |
| HSV(B) | 264.51º | 0.89% | 0.31% | - |
| XYZ | 2.34 | 1.19 | 7.69 | - |
| YUV | 25.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 80 | 0.52 | 0.89 | 0 | 0.69 | 264.51 | 0.8 | 0.17 |
| Hex | 26 | 9 | 50 | 34 | 59 | 0 | 45 | 109 | 50 | 11 |
| Octal | 46 | 11 | 120 | 64 | 131 | 0 | 105 | 411 | 120 | 21 |
| Binary | 100110 | 1001 | 1010000 | 110100 | 1011001 | 0 | 1000101 | 100001001 | 1010000 | 10001 |
Color Harmonies of #260950
Complementary color
Monochromatic Colors of #260950
Black with #260950
Text Example
Text Example
White with #260950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260950; }
p { color: rgb(38,9,80); }
H1.HeaderClassName
{
color: #260950;
}
.AnyTagClassName
{
color: #260950;
}
</style>
background-color css
<style>
a { background-color: #260950; }
a { background-color: rgb(38,9,80); }
div.DivClassName
{
background-color: #260950;
}
.BgClassName
{
background-color: #260950;
}
</style>
border-color css
<style>
span { border-color: #260950; }
span { border-color: rgb(38,9,80); }
td.TdClassName
{
border-color: #260950;
}
.TagClassName
{
border-color: #260950;
}
</style>