Shades of Vivid Violet #854B9C
Tints of Vivid Violet #854B9C
RGB
CMYK
RGB Variations
Color information
#854B9C (or 0x854B9C) is known color: Vivid Violet. HEX triplet: 85, 4B and 9C. RGB value is (133,75,156). Sum of RGB (Red+Green+Blue) = 133+75+156=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #854B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854B9C is #7AB463. Grayscale: #656565. Windows color (decimal): -8041572 or 10242949. OLE color: 10242949.
HSL color Cylindrical-coordinate representation of color #854B9C: hue angle of 282.96º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854B9C is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 75 | 156 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.39 |
| HSL | 282.96º | 0.35% | 0.45% | - |
| HSV(B) | 282.96º | 0.52% | 0.61% | - |
| XYZ | 18.19 | 12.42 | 32.89 | - |
| YUV | 101.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 156 | 0.15 | 0.52 | 0 | 0.39 | 282.96 | 0.35 | 0.45 |
| Hex | 85 | 4B | 9C | F | 34 | 0 | 27 | 11B | 23 | 2D |
| Octal | 205 | 113 | 234 | 17 | 64 | 0 | 47 | 433 | 43 | 55 |
| Binary | 10000101 | 1001011 | 10011100 | 1111 | 110100 | 0 | 100111 | 100011011 | 100011 | 101101 |
Color Harmonies of #854B9C
Complementary color
Monochromatic Colors of #854B9C
Black with #854B9C
Text Example
Text Example
White with #854B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B9C; }
p { color: rgb(133,75,156); }
H1.HeaderClassName
{
color: #854B9C;
}
.AnyTagClassName
{
color: #854B9C;
}
</style>
background-color css
<style>
a { background-color: #854B9C; }
a { background-color: rgb(133,75,156); }
div.DivClassName
{
background-color: #854B9C;
}
.BgClassName
{
background-color: #854B9C;
}
</style>
border-color css
<style>
span { border-color: #854B9C; }
span { border-color: rgb(133,75,156); }
td.TdClassName
{
border-color: #854B9C;
}
.TagClassName
{
border-color: #854B9C;
}
</style>