Shades of Violent Violet #260952
Tints of Violent Violet #260952
RGB
CMYK
RGB Variations
Color information
#260952 (or 0x260952) is known color: Violent Violet. HEX triplet: 26, 09 and 52. RGB value is (38,9,82). Sum of RGB (Red+Green+Blue) = 38+9+82=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #260952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260952 is #D9F6AD. Grayscale: #191919. Windows color (decimal): -14284462 or 5376294. OLE color: 5376294.
HSL color Cylindrical-coordinate representation of color #260952: hue angle of 263.84º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260952 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 9 | 82 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.68 |
| HSL | 263.84º | 0.8% | 0.18% | - |
| HSV(B) | 263.84º | 0.89% | 0.32% | - |
| XYZ | 2.42 | 1.22 | 8.09 | - |
| YUV | 25.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 82 | 0.54 | 0.89 | 0 | 0.68 | 263.84 | 0.8 | 0.18 |
| Hex | 26 | 9 | 52 | 36 | 59 | 0 | 44 | 108 | 50 | 12 |
| Octal | 46 | 11 | 122 | 66 | 131 | 0 | 104 | 410 | 120 | 22 |
| Binary | 100110 | 1001 | 1010010 | 110110 | 1011001 | 0 | 1000100 | 100001000 | 1010000 | 10010 |
Color Harmonies of #260952
Complementary color
Monochromatic Colors of #260952
Black with #260952
Text Example
Text Example
White with #260952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260952; }
p { color: rgb(38,9,82); }
H1.HeaderClassName
{
color: #260952;
}
.AnyTagClassName
{
color: #260952;
}
</style>
background-color css
<style>
a { background-color: #260952; }
a { background-color: rgb(38,9,82); }
div.DivClassName
{
background-color: #260952;
}
.BgClassName
{
background-color: #260952;
}
</style>
border-color css
<style>
span { border-color: #260952; }
span { border-color: rgb(38,9,82); }
td.TdClassName
{
border-color: #260952;
}
.TagClassName
{
border-color: #260952;
}
</style>