Shades of Studio #854CA2
Tints of Studio #854CA2
RGB
CMYK
RGB Variations
Color information
#854CA2 (or 0x854CA2) is known color: Studio. HEX triplet: 85, 4C and A2. RGB value is (133,76,162). Sum of RGB (Red+Green+Blue) = 133+76+162=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #854CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854CA2 is #7AB35D. Grayscale: #666666. Windows color (decimal): -8041310 or 10636421. OLE color: 10636421.
HSL color Cylindrical-coordinate representation of color #854CA2: hue angle of 279.77º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #854CA2 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 76 | 162 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.36 |
| HSL | 279.77º | 0.36% | 0.47% | - |
| HSV(B) | 279.77º | 0.53% | 0.64% | - |
| XYZ | 18.78 | 12.76 | 35.66 | - |
| YUV | 102.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 162 | 0.18 | 0.53 | 0 | 0.36 | 279.77 | 0.36 | 0.47 |
| Hex | 85 | 4C | A2 | 12 | 35 | 0 | 24 | 118 | 24 | 2F |
| Octal | 205 | 114 | 242 | 22 | 65 | 0 | 44 | 430 | 44 | 57 |
| Binary | 10000101 | 1001100 | 10100010 | 10010 | 110101 | 0 | 100100 | 100011000 | 100100 | 101111 |
Color Harmonies of #854CA2
Complementary color
Monochromatic Colors of #854CA2
Black with #854CA2
Text Example
Text Example
White with #854CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854CA2; }
p { color: rgb(133,76,162); }
H1.HeaderClassName
{
color: #854CA2;
}
.AnyTagClassName
{
color: #854CA2;
}
</style>
background-color css
<style>
a { background-color: #854CA2; }
a { background-color: rgb(133,76,162); }
div.DivClassName
{
background-color: #854CA2;
}
.BgClassName
{
background-color: #854CA2;
}
</style>
border-color css
<style>
span { border-color: #854CA2; }
span { border-color: rgb(133,76,162); }
td.TdClassName
{
border-color: #854CA2;
}
.TagClassName
{
border-color: #854CA2;
}
</style>