Shades of Studio #8145AF
Tints of Studio #8145AF
RGB
CMYK
RGB Variations
Color information
#8145AF (or 0x8145AF) is known color: Studio. HEX triplet: 81, 45 and AF. RGB value is (129,69,175). Sum of RGB (Red+Green+Blue) = 129+69+175=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #8145AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8145AF is #7EBA50. Grayscale: #626262. Windows color (decimal): -8305233 or 11486593. OLE color: 11486593.
HSL color Cylindrical-coordinate representation of color #8145AF: hue angle of 273.96º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8145AF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 69 | 175 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.31 |
| HSL | 273.96º | 0.43% | 0.48% | - |
| HSV(B) | 273.96º | 0.61% | 0.69% | - |
| XYZ | 18.92 | 12.02 | 41.88 | - |
| YUV | 99.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 69 | 175 | 0.26 | 0.61 | 0 | 0.31 | 273.96 | 0.43 | 0.48 |
| Hex | 81 | 45 | AF | 1A | 3D | 0 | 1F | 112 | 2B | 30 |
| Octal | 201 | 105 | 257 | 32 | 75 | 0 | 37 | 422 | 53 | 60 |
| Binary | 10000001 | 1000101 | 10101111 | 11010 | 111101 | 0 | 11111 | 100010010 | 101011 | 110000 |
Color Harmonies of #8145AF
Complementary color
Monochromatic Colors of #8145AF
Black with #8145AF
Text Example
Text Example
White with #8145AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8145AF; }
p { color: rgb(129,69,175); }
H1.HeaderClassName
{
color: #8145AF;
}
.AnyTagClassName
{
color: #8145AF;
}
</style>
background-color css
<style>
a { background-color: #8145AF; }
a { background-color: rgb(129,69,175); }
div.DivClassName
{
background-color: #8145AF;
}
.BgClassName
{
background-color: #8145AF;
}
</style>
border-color css
<style>
span { border-color: #8145AF; }
span { border-color: rgb(129,69,175); }
td.TdClassName
{
border-color: #8145AF;
}
.TagClassName
{
border-color: #8145AF;
}
</style>