Shades of Studio #8045A2
Tints of Studio #8045A2
RGB
CMYK
RGB Variations
Color information
#8045A2 (or 0x8045A2) is known color: Studio. HEX triplet: 80, 45 and A2. RGB value is (128,69,162). Sum of RGB (Red+Green+Blue) = 128+69+162=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #8045A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8045A2 is #7FBA5D. Grayscale: #606060. Windows color (decimal): -8370782 or 10634624. OLE color: 10634624.
HSL color Cylindrical-coordinate representation of color #8045A2: hue angle of 278.06º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8045A2 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 69 | 162 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.36 |
| HSL | 278.06º | 0.4% | 0.45% | - |
| HSV(B) | 278.06º | 0.57% | 0.64% | - |
| XYZ | 17.55 | 11.45 | 35.47 | - |
| YUV | 97.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 162 | 0.21 | 0.57 | 0 | 0.36 | 278.06 | 0.4 | 0.45 |
| Hex | 80 | 45 | A2 | 15 | 39 | 0 | 24 | 116 | 28 | 2D |
| Octal | 200 | 105 | 242 | 25 | 71 | 0 | 44 | 426 | 50 | 55 |
| Binary | 10000000 | 1000101 | 10100010 | 10101 | 111001 | 0 | 100100 | 100010110 | 101000 | 101101 |
Color Harmonies of #8045A2
Complementary color
Monochromatic Colors of #8045A2
Black with #8045A2
Text Example
Text Example
White with #8045A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045A2; }
p { color: rgb(128,69,162); }
H1.HeaderClassName
{
color: #8045A2;
}
.AnyTagClassName
{
color: #8045A2;
}
</style>
background-color css
<style>
a { background-color: #8045A2; }
a { background-color: rgb(128,69,162); }
div.DivClassName
{
background-color: #8045A2;
}
.BgClassName
{
background-color: #8045A2;
}
</style>
border-color css
<style>
span { border-color: #8045A2; }
span { border-color: rgb(128,69,162); }
td.TdClassName
{
border-color: #8045A2;
}
.TagClassName
{
border-color: #8045A2;
}
</style>