Shades of Studio #8045A4
Tints of Studio #8045A4
RGB
CMYK
RGB Variations
Color information
#8045A4 (or 0x8045A4) is known color: Studio. HEX triplet: 80, 45 and A4. RGB value is (128,69,164). Sum of RGB (Red+Green+Blue) = 128+69+164=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #8045A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8045A4 is #7FBA5B. Grayscale: #616161. Windows color (decimal): -8370780 or 10765696. OLE color: 10765696.
HSL color Cylindrical-coordinate representation of color #8045A4: hue angle of 277.26º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8045A4 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 69 | 164 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.36 |
| HSL | 277.26º | 0.41% | 0.46% | - |
| HSV(B) | 277.26º | 0.58% | 0.64% | - |
| XYZ | 17.73 | 11.53 | 36.41 | - |
| YUV | 97.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 164 | 0.22 | 0.58 | 0 | 0.36 | 277.26 | 0.41 | 0.46 |
| Hex | 80 | 45 | A4 | 16 | 3A | 0 | 24 | 115 | 29 | 2E |
| Octal | 200 | 105 | 244 | 26 | 72 | 0 | 44 | 425 | 51 | 56 |
| Binary | 10000000 | 1000101 | 10100100 | 10110 | 111010 | 0 | 100100 | 100010101 | 101001 | 101110 |
Color Harmonies of #8045A4
Complementary color
Monochromatic Colors of #8045A4
Black with #8045A4
Text Example
Text Example
White with #8045A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045A4; }
p { color: rgb(128,69,164); }
H1.HeaderClassName
{
color: #8045A4;
}
.AnyTagClassName
{
color: #8045A4;
}
</style>
background-color css
<style>
a { background-color: #8045A4; }
a { background-color: rgb(128,69,164); }
div.DivClassName
{
background-color: #8045A4;
}
.BgClassName
{
background-color: #8045A4;
}
</style>
border-color css
<style>
span { border-color: #8045A4; }
span { border-color: rgb(128,69,164); }
td.TdClassName
{
border-color: #8045A4;
}
.TagClassName
{
border-color: #8045A4;
}
</style>