Shades of Studio #824AB1
Tints of Studio #824AB1
RGB
CMYK
RGB Variations
Color information
#824AB1 (or 0x824AB1) is known color: Studio. HEX triplet: 82, 4A and B1. RGB value is (130,74,177). Sum of RGB (Red+Green+Blue) = 130+74+177=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #824AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824AB1 is #7DB54E. Grayscale: #666666. Windows color (decimal): -8238415 or 11618946. OLE color: 11618946.
HSL color Cylindrical-coordinate representation of color #824AB1: hue angle of 272.62º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824AB1 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 74 | 177 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.31 |
| HSL | 272.62º | 0.41% | 0.49% | - |
| HSV(B) | 272.62º | 0.58% | 0.69% | - |
| XYZ | 19.59 | 12.82 | 43.04 | - |
| YUV | 102.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 177 | 0.27 | 0.58 | 0 | 0.31 | 272.62 | 0.41 | 0.49 |
| Hex | 82 | 4A | B1 | 1B | 3A | 0 | 1F | 111 | 29 | 31 |
| Octal | 202 | 112 | 261 | 33 | 72 | 0 | 37 | 421 | 51 | 61 |
| Binary | 10000010 | 1001010 | 10110001 | 11011 | 111010 | 0 | 11111 | 100010001 | 101001 | 110001 |
Color Harmonies of #824AB1
Complementary color
Monochromatic Colors of #824AB1
Black with #824AB1
Text Example
Text Example
White with #824AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824AB1; }
p { color: rgb(130,74,177); }
H1.HeaderClassName
{
color: #824AB1;
}
.AnyTagClassName
{
color: #824AB1;
}
</style>
background-color css
<style>
a { background-color: #824AB1; }
a { background-color: rgb(130,74,177); }
div.DivClassName
{
background-color: #824AB1;
}
.BgClassName
{
background-color: #824AB1;
}
</style>
border-color css
<style>
span { border-color: #824AB1; }
span { border-color: rgb(130,74,177); }
td.TdClassName
{
border-color: #824AB1;
}
.TagClassName
{
border-color: #824AB1;
}
</style>