Shades of Studio #8041AF
Tints of Studio #8041AF
RGB
CMYK
RGB Variations
Color information
#8041AF (or 0x8041AF) is known color: Studio. HEX triplet: 80, 41 and AF. RGB value is (128,65,175). Sum of RGB (Red+Green+Blue) = 128+65+175=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #8041AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8041AF is #7FBE50. Grayscale: #606060. Windows color (decimal): -8371793 or 11485568. OLE color: 11485568.
HSL color Cylindrical-coordinate representation of color #8041AF: hue angle of 274.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8041AF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 65 | 175 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.31 |
| HSL | 274.36º | 0.46% | 0.47% | - |
| HSV(B) | 274.36º | 0.63% | 0.69% | - |
| XYZ | 18.53 | 11.46 | 41.79 | - |
| YUV | 96.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 175 | 0.27 | 0.63 | 0 | 0.31 | 274.36 | 0.46 | 0.47 |
| Hex | 80 | 41 | AF | 1B | 3F | 0 | 1F | 112 | 2E | 2F |
| Octal | 200 | 101 | 257 | 33 | 77 | 0 | 37 | 422 | 56 | 57 |
| Binary | 10000000 | 1000001 | 10101111 | 11011 | 111111 | 0 | 11111 | 100010010 | 101110 | 101111 |
Color Harmonies of #8041AF
Complementary color
Monochromatic Colors of #8041AF
Black with #8041AF
Text Example
Text Example
White with #8041AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041AF; }
p { color: rgb(128,65,175); }
H1.HeaderClassName
{
color: #8041AF;
}
.AnyTagClassName
{
color: #8041AF;
}
</style>
background-color css
<style>
a { background-color: #8041AF; }
a { background-color: rgb(128,65,175); }
div.DivClassName
{
background-color: #8041AF;
}
.BgClassName
{
background-color: #8041AF;
}
</style>
border-color css
<style>
span { border-color: #8041AF; }
span { border-color: rgb(128,65,175); }
td.TdClassName
{
border-color: #8041AF;
}
.TagClassName
{
border-color: #8041AF;
}
</style>