Shades of Vivid Violet #854B9D
Tints of Vivid Violet #854B9D
RGB
CMYK
RGB Variations
Color information
#854B9D (or 0x854B9D) is known color: Vivid Violet. HEX triplet: 85, 4B and 9D. RGB value is (133,75,157). Sum of RGB (Red+Green+Blue) = 133+75+157=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #854B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854B9D is #7AB462. Grayscale: #656565. Windows color (decimal): -8041571 or 10308485. OLE color: 10308485.
HSL color Cylindrical-coordinate representation of color #854B9D: hue angle of 282.44º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854B9D is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 75 | 157 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.38 |
| HSL | 282.44º | 0.35% | 0.45% | - |
| HSV(B) | 282.44º | 0.52% | 0.62% | - |
| XYZ | 18.27 | 12.45 | 33.34 | - |
| YUV | 101.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 157 | 0.15 | 0.52 | 0 | 0.38 | 282.44 | 0.35 | 0.45 |
| Hex | 85 | 4B | 9D | F | 34 | 0 | 26 | 11A | 23 | 2D |
| Octal | 205 | 113 | 235 | 17 | 64 | 0 | 46 | 432 | 43 | 55 |
| Binary | 10000101 | 1001011 | 10011101 | 1111 | 110100 | 0 | 100110 | 100011010 | 100011 | 101101 |
Color Harmonies of #854B9D
Complementary color
Monochromatic Colors of #854B9D
Black with #854B9D
Text Example
Text Example
White with #854B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B9D; }
p { color: rgb(133,75,157); }
H1.HeaderClassName
{
color: #854B9D;
}
.AnyTagClassName
{
color: #854B9D;
}
</style>
background-color css
<style>
a { background-color: #854B9D; }
a { background-color: rgb(133,75,157); }
div.DivClassName
{
background-color: #854B9D;
}
.BgClassName
{
background-color: #854B9D;
}
</style>
border-color css
<style>
span { border-color: #854B9D; }
span { border-color: rgb(133,75,157); }
td.TdClassName
{
border-color: #854B9D;
}
.TagClassName
{
border-color: #854B9D;
}
</style>