Shades of Studio #8153B2
Tints of Studio #8153B2
RGB
CMYK
RGB Variations
Color information
#8153B2 (or 0x8153B2) is known color: Studio. HEX triplet: 81, 53 and B2. RGB value is (129,83,178). Sum of RGB (Red+Green+Blue) = 129+83+178=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #8153B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8153B2 is #7EAC4D. Grayscale: #6B6B6B. Windows color (decimal): -8301646 or 11686785. OLE color: 11686785.
HSL color Cylindrical-coordinate representation of color #8153B2: hue angle of 269.05º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8153B2 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 83 | 178 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.30 |
| HSL | 269.05º | 0.38% | 0.51% | - |
| HSV(B) | 269.05º | 0.53% | 0.7% | - |
| XYZ | 20.18 | 14.07 | 43.77 | - |
| YUV | 107.58 | 167.74 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 178 | 0.28 | 0.53 | 0 | 0.30 | 269.05 | 0.38 | 0.51 |
| Hex | 81 | 53 | B2 | 1C | 35 | 0 | 1E | 10D | 26 | 33 |
| Octal | 201 | 123 | 262 | 34 | 65 | 0 | 36 | 415 | 46 | 63 |
| Binary | 10000001 | 1010011 | 10110010 | 11100 | 110101 | 0 | 11110 | 100001101 | 100110 | 110011 |
Color Harmonies of #8153B2
Complementary color
Monochromatic Colors of #8153B2
Black with #8153B2
Text Example
Text Example
White with #8153B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8153B2; }
p { color: rgb(129,83,178); }
H1.HeaderClassName
{
color: #8153B2;
}
.AnyTagClassName
{
color: #8153B2;
}
</style>
background-color css
<style>
a { background-color: #8153B2; }
a { background-color: rgb(129,83,178); }
div.DivClassName
{
background-color: #8153B2;
}
.BgClassName
{
background-color: #8153B2;
}
</style>
border-color css
<style>
span { border-color: #8153B2; }
span { border-color: rgb(129,83,178); }
td.TdClassName
{
border-color: #8153B2;
}
.TagClassName
{
border-color: #8153B2;
}
</style>