Shades of Studio #825A9C
Tints of Studio #825A9C
RGB
CMYK
RGB Variations
Color information
#825A9C (or 0x825A9C) is known color: Studio. HEX triplet: 82, 5A and 9C. RGB value is (130,90,156). Sum of RGB (Red+Green+Blue) = 130+90+156=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #825A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825A9C is #7DA563. Grayscale: #6D6D6D. Windows color (decimal): -8234340 or 10246786. OLE color: 10246786.
HSL color Cylindrical-coordinate representation of color #825A9C: hue angle of 276.36º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #825A9C is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 90 | 156 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.39 |
| HSL | 276.36º | 0.27% | 0.48% | - |
| HSV(B) | 276.36º | 0.42% | 0.61% | - |
| XYZ | 18.86 | 14.46 | 33.25 | - |
| YUV | 109.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 156 | 0.17 | 0.42 | 0 | 0.39 | 276.36 | 0.27 | 0.48 |
| Hex | 82 | 5A | 9C | 11 | 2A | 0 | 27 | 114 | 1B | 30 |
| Octal | 202 | 132 | 234 | 21 | 52 | 0 | 47 | 424 | 33 | 60 |
| Binary | 10000010 | 1011010 | 10011100 | 10001 | 101010 | 0 | 100111 | 100010100 | 11011 | 110000 |
Color Harmonies of #825A9C
Complementary color
Monochromatic Colors of #825A9C
Black with #825A9C
Text Example
Text Example
White with #825A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A9C; }
p { color: rgb(130,90,156); }
H1.HeaderClassName
{
color: #825A9C;
}
.AnyTagClassName
{
color: #825A9C;
}
</style>
background-color css
<style>
a { background-color: #825A9C; }
a { background-color: rgb(130,90,156); }
div.DivClassName
{
background-color: #825A9C;
}
.BgClassName
{
background-color: #825A9C;
}
</style>
border-color css
<style>
span { border-color: #825A9C; }
span { border-color: rgb(130,90,156); }
td.TdClassName
{
border-color: #825A9C;
}
.TagClassName
{
border-color: #825A9C;
}
</style>