Shades of Studio #824BAA
Tints of Studio #824BAA
RGB
CMYK
RGB Variations
Color information
#824BAA (or 0x824BAA) is known color: Studio. HEX triplet: 82, 4B and AA. RGB value is (130,75,170). Sum of RGB (Red+Green+Blue) = 130+75+170=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #824BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824BAA is #7DB455. Grayscale: #656565. Windows color (decimal): -8238166 or 11160450. OLE color: 11160450.
HSL color Cylindrical-coordinate representation of color #824BAA: hue angle of 274.74º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824BAA is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 75 | 170 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.33 |
| HSL | 274.74º | 0.39% | 0.48% | - |
| HSV(B) | 274.74º | 0.56% | 0.67% | - |
| XYZ | 18.98 | 12.68 | 39.48 | - |
| YUV | 102.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 170 | 0.24 | 0.56 | 0 | 0.33 | 274.74 | 0.39 | 0.48 |
| Hex | 82 | 4B | AA | 18 | 38 | 0 | 21 | 113 | 27 | 30 |
| Octal | 202 | 113 | 252 | 30 | 70 | 0 | 41 | 423 | 47 | 60 |
| Binary | 10000010 | 1001011 | 10101010 | 11000 | 111000 | 0 | 100001 | 100010011 | 100111 | 110000 |
Color Harmonies of #824BAA
Complementary color
Monochromatic Colors of #824BAA
Black with #824BAA
Text Example
Text Example
White with #824BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824BAA; }
p { color: rgb(130,75,170); }
H1.HeaderClassName
{
color: #824BAA;
}
.AnyTagClassName
{
color: #824BAA;
}
</style>
background-color css
<style>
a { background-color: #824BAA; }
a { background-color: rgb(130,75,170); }
div.DivClassName
{
background-color: #824BAA;
}
.BgClassName
{
background-color: #824BAA;
}
</style>
border-color css
<style>
span { border-color: #824BAA; }
span { border-color: rgb(130,75,170); }
td.TdClassName
{
border-color: #824BAA;
}
.TagClassName
{
border-color: #824BAA;
}
</style>