Shades of Studio #805BAF
Tints of Studio #805BAF
RGB
CMYK
RGB Variations
Color information
#805BAF (or 0x805BAF) is known color: Studio. HEX triplet: 80, 5B and AF. RGB value is (128,91,175). Sum of RGB (Red+Green+Blue) = 128+91+175=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #805BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805BAF is #7FA450. Grayscale: #6F6F6F. Windows color (decimal): -8365137 or 11492224. OLE color: 11492224.
HSL color Cylindrical-coordinate representation of color #805BAF: hue angle of 266.43º 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 #805BAF is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 91 | 175 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.31 |
| HSL | 266.43º | 0.34% | 0.52% | - |
| HSV(B) | 266.43º | 0.48% | 0.69% | - |
| XYZ | 20.38 | 15.17 | 42.41 | - |
| YUV | 111.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 175 | 0.27 | 0.48 | 0 | 0.31 | 266.43 | 0.34 | 0.52 |
| Hex | 80 | 5B | AF | 1B | 30 | 0 | 1F | 10A | 22 | 34 |
| Octal | 200 | 133 | 257 | 33 | 60 | 0 | 37 | 412 | 42 | 64 |
| Binary | 10000000 | 1011011 | 10101111 | 11011 | 110000 | 0 | 11111 | 100001010 | 100010 | 110100 |
Color Harmonies of #805BAF
Complementary color
Monochromatic Colors of #805BAF
Black with #805BAF
Text Example
Text Example
White with #805BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BAF; }
p { color: rgb(128,91,175); }
H1.HeaderClassName
{
color: #805BAF;
}
.AnyTagClassName
{
color: #805BAF;
}
</style>
background-color css
<style>
a { background-color: #805BAF; }
a { background-color: rgb(128,91,175); }
div.DivClassName
{
background-color: #805BAF;
}
.BgClassName
{
background-color: #805BAF;
}
</style>
border-color css
<style>
span { border-color: #805BAF; }
span { border-color: rgb(128,91,175); }
td.TdClassName
{
border-color: #805BAF;
}
.TagClassName
{
border-color: #805BAF;
}
</style>