Shades of Studio #815CAD
Tints of Studio #815CAD
RGB
CMYK
RGB Variations
Color information
#815CAD (or 0x815CAD) is known color: Studio. HEX triplet: 81, 5C and AD. RGB value is (129,92,173). Sum of RGB (Red+Green+Blue) = 129+92+173=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #815CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815CAD is #7EA352. Grayscale: #707070. Windows color (decimal): -8299347 or 11361409. OLE color: 11361409.
HSL color Cylindrical-coordinate representation of color #815CAD: hue angle of 267.41º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815CAD is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 92 | 173 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.32 |
| HSL | 267.41º | 0.33% | 0.52% | - |
| HSV(B) | 267.41º | 0.47% | 0.68% | - |
| XYZ | 20.42 | 15.34 | 41.42 | - |
| YUV | 112.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 173 | 0.25 | 0.47 | 0 | 0.32 | 267.41 | 0.33 | 0.52 |
| Hex | 81 | 5C | AD | 19 | 2F | 0 | 20 | 10B | 21 | 34 |
| Octal | 201 | 134 | 255 | 31 | 57 | 0 | 40 | 413 | 41 | 64 |
| Binary | 10000001 | 1011100 | 10101101 | 11001 | 101111 | 0 | 100000 | 100001011 | 100001 | 110100 |
Color Harmonies of #815CAD
Complementary color
Monochromatic Colors of #815CAD
Black with #815CAD
Text Example
Text Example
White with #815CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815CAD; }
p { color: rgb(129,92,173); }
H1.HeaderClassName
{
color: #815CAD;
}
.AnyTagClassName
{
color: #815CAD;
}
</style>
background-color css
<style>
a { background-color: #815CAD; }
a { background-color: rgb(129,92,173); }
div.DivClassName
{
background-color: #815CAD;
}
.BgClassName
{
background-color: #815CAD;
}
</style>
border-color css
<style>
span { border-color: #815CAD; }
span { border-color: rgb(129,92,173); }
td.TdClassName
{
border-color: #815CAD;
}
.TagClassName
{
border-color: #815CAD;
}
</style>