Shades of Studio #825AB5
Tints of Studio #825AB5
RGB
CMYK
RGB Variations
Color information
#825AB5 (or 0x825AB5) is known color: Studio. HEX triplet: 82, 5A and B5. RGB value is (130,90,181). Sum of RGB (Red+Green+Blue) = 130+90+181=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #825AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825AB5 is #7DA54A. Grayscale: #707070. Windows color (decimal): -8234315 or 11885186. OLE color: 11885186.
HSL color Cylindrical-coordinate representation of color #825AB5: hue angle of 266.37º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825AB5 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 90 | 181 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.29 |
| HSL | 266.37º | 0.38% | 0.53% | - |
| HSV(B) | 266.37º | 0.5% | 0.71% | - |
| XYZ | 21.2 | 15.39 | 45.57 | - |
| YUV | 112.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 181 | 0.28 | 0.50 | 0 | 0.29 | 266.37 | 0.38 | 0.53 |
| Hex | 82 | 5A | B5 | 1C | 32 | 0 | 1D | 10A | 26 | 35 |
| Octal | 202 | 132 | 265 | 34 | 62 | 0 | 35 | 412 | 46 | 65 |
| Binary | 10000010 | 1011010 | 10110101 | 11100 | 110010 | 0 | 11101 | 100001010 | 100110 | 110101 |
Color Harmonies of #825AB5
Complementary color
Monochromatic Colors of #825AB5
Black with #825AB5
Text Example
Text Example
White with #825AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825AB5; }
p { color: rgb(130,90,181); }
H1.HeaderClassName
{
color: #825AB5;
}
.AnyTagClassName
{
color: #825AB5;
}
</style>
background-color css
<style>
a { background-color: #825AB5; }
a { background-color: rgb(130,90,181); }
div.DivClassName
{
background-color: #825AB5;
}
.BgClassName
{
background-color: #825AB5;
}
</style>
border-color css
<style>
span { border-color: #825AB5; }
span { border-color: rgb(130,90,181); }
td.TdClassName
{
border-color: #825AB5;
}
.TagClassName
{
border-color: #825AB5;
}
</style>