Shades of Studio #845BAF
Tints of Studio #845BAF
RGB
CMYK
RGB Variations
Color information
#845BAF (or 0x845BAF) is known color: Studio. HEX triplet: 84, 5B and AF. RGB value is (132,91,175). Sum of RGB (Red+Green+Blue) = 132+91+175=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #845BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845BAF is #7BA450. Grayscale: #707070. Windows color (decimal): -8102993 or 11492228. OLE color: 11492228.
HSL color Cylindrical-coordinate representation of color #845BAF: hue angle of 269.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #845BAF is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 91 | 175 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.31 |
| HSL | 269.29º | 0.34% | 0.52% | - |
| HSV(B) | 269.29º | 0.48% | 0.69% | - |
| XYZ | 20.99 | 15.48 | 42.44 | - |
| YUV | 112.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 175 | 0.25 | 0.48 | 0 | 0.31 | 269.29 | 0.34 | 0.52 |
| Hex | 84 | 5B | AF | 19 | 30 | 0 | 1F | 10D | 22 | 34 |
| Octal | 204 | 133 | 257 | 31 | 60 | 0 | 37 | 415 | 42 | 64 |
| Binary | 10000100 | 1011011 | 10101111 | 11001 | 110000 | 0 | 11111 | 100001101 | 100010 | 110100 |
Color Harmonies of #845BAF
Complementary color
Monochromatic Colors of #845BAF
Black with #845BAF
Text Example
Text Example
White with #845BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BAF; }
p { color: rgb(132,91,175); }
H1.HeaderClassName
{
color: #845BAF;
}
.AnyTagClassName
{
color: #845BAF;
}
</style>
background-color css
<style>
a { background-color: #845BAF; }
a { background-color: rgb(132,91,175); }
div.DivClassName
{
background-color: #845BAF;
}
.BgClassName
{
background-color: #845BAF;
}
</style>
border-color css
<style>
span { border-color: #845BAF; }
span { border-color: rgb(132,91,175); }
td.TdClassName
{
border-color: #845BAF;
}
.TagClassName
{
border-color: #845BAF;
}
</style>