Shades of Studio #8041AC
Tints of Studio #8041AC
RGB
CMYK
RGB Variations
Color information
#8041AC (or 0x8041AC) is known color: Studio. HEX triplet: 80, 41 and AC. RGB value is (128,65,172). Sum of RGB (Red+Green+Blue) = 128+65+172=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #8041AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8041AC is #7FBE53. Grayscale: #5F5F5F. Windows color (decimal): -8371796 or 11288960. OLE color: 11288960.
HSL color Cylindrical-coordinate representation of color #8041AC: hue angle of 275.33º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8041AC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 65 | 172 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.33 |
| HSL | 275.33º | 0.45% | 0.46% | - |
| HSV(B) | 275.33º | 0.62% | 0.67% | - |
| XYZ | 18.24 | 11.35 | 40.26 | - |
| YUV | 96.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 172 | 0.26 | 0.62 | 0 | 0.33 | 275.33 | 0.45 | 0.46 |
| Hex | 80 | 41 | AC | 1A | 3E | 0 | 21 | 113 | 2D | 2E |
| Octal | 200 | 101 | 254 | 32 | 76 | 0 | 41 | 423 | 55 | 56 |
| Binary | 10000000 | 1000001 | 10101100 | 11010 | 111110 | 0 | 100001 | 100010011 | 101101 | 101110 |
Color Harmonies of #8041AC
Complementary color
Monochromatic Colors of #8041AC
Black with #8041AC
Text Example
Text Example
White with #8041AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041AC; }
p { color: rgb(128,65,172); }
H1.HeaderClassName
{
color: #8041AC;
}
.AnyTagClassName
{
color: #8041AC;
}
</style>
background-color css
<style>
a { background-color: #8041AC; }
a { background-color: rgb(128,65,172); }
div.DivClassName
{
background-color: #8041AC;
}
.BgClassName
{
background-color: #8041AC;
}
</style>
border-color css
<style>
span { border-color: #8041AC; }
span { border-color: rgb(128,65,172); }
td.TdClassName
{
border-color: #8041AC;
}
.TagClassName
{
border-color: #8041AC;
}
</style>