Shades of Vivid Violet #85269C
Tints of Vivid Violet #85269C
RGB
CMYK
RGB Variations
Color information
#85269C (or 0x85269C) is known color: Vivid Violet. HEX triplet: 85, 26 and 9C. RGB value is (133,38,156). Sum of RGB (Red+Green+Blue) = 133+38+156=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #85269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85269C is #7AD963. Grayscale: #4F4F4F. Windows color (decimal): -8051044 or 10233477. OLE color: 10233477.
HSL color Cylindrical-coordinate representation of color #85269C: hue angle of 288.31º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85269C is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 38 | 156 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.39 |
| HSL | 288.31º | 0.61% | 0.38% | - |
| HSV(B) | 288.31º | 0.76% | 0.61% | - |
| XYZ | 16.37 | 8.77 | 32.28 | - |
| YUV | 79.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 156 | 0.15 | 0.76 | 0 | 0.39 | 288.31 | 0.61 | 0.38 |
| Hex | 85 | 26 | 9C | F | 4C | 0 | 27 | 120 | 3D | 26 |
| Octal | 205 | 46 | 234 | 17 | 114 | 0 | 47 | 440 | 75 | 46 |
| Binary | 10000101 | 100110 | 10011100 | 1111 | 1001100 | 0 | 100111 | 100100000 | 111101 | 100110 |
Color Harmonies of #85269C
Complementary color
Monochromatic Colors of #85269C
Black with #85269C
Text Example
Text Example
White with #85269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85269C; }
p { color: rgb(133,38,156); }
H1.HeaderClassName
{
color: #85269C;
}
.AnyTagClassName
{
color: #85269C;
}
</style>
background-color css
<style>
a { background-color: #85269C; }
a { background-color: rgb(133,38,156); }
div.DivClassName
{
background-color: #85269C;
}
.BgClassName
{
background-color: #85269C;
}
</style>
border-color css
<style>
span { border-color: #85269C; }
span { border-color: rgb(133,38,156); }
td.TdClassName
{
border-color: #85269C;
}
.TagClassName
{
border-color: #85269C;
}
</style>