Shades of Studio #8142B4
Tints of Studio #8142B4
RGB
CMYK
RGB Variations
Color information
#8142B4 (or 0x8142B4) is known color: Studio. HEX triplet: 81, 42 and B4. RGB value is (129,66,180). Sum of RGB (Red+Green+Blue) = 129+66+180=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #8142B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8142B4 is #7EBD4B. Grayscale: #616161. Windows color (decimal): -8305996 or 11813505. OLE color: 11813505.
HSL color Cylindrical-coordinate representation of color #8142B4: hue angle of 273.16º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8142B4 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 66 | 180 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.29 |
| HSL | 273.16º | 0.46% | 0.48% | - |
| HSV(B) | 273.16º | 0.63% | 0.71% | - |
| XYZ | 19.24 | 11.86 | 44.45 | - |
| YUV | 97.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 180 | 0.28 | 0.63 | 0 | 0.29 | 273.16 | 0.46 | 0.48 |
| Hex | 81 | 42 | B4 | 1C | 3F | 0 | 1D | 111 | 2E | 30 |
| Octal | 201 | 102 | 264 | 34 | 77 | 0 | 35 | 421 | 56 | 60 |
| Binary | 10000001 | 1000010 | 10110100 | 11100 | 111111 | 0 | 11101 | 100010001 | 101110 | 110000 |
Color Harmonies of #8142B4
Complementary color
Monochromatic Colors of #8142B4
Black with #8142B4
Text Example
Text Example
White with #8142B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8142B4; }
p { color: rgb(129,66,180); }
H1.HeaderClassName
{
color: #8142B4;
}
.AnyTagClassName
{
color: #8142B4;
}
</style>
background-color css
<style>
a { background-color: #8142B4; }
a { background-color: rgb(129,66,180); }
div.DivClassName
{
background-color: #8142B4;
}
.BgClassName
{
background-color: #8142B4;
}
</style>
border-color css
<style>
span { border-color: #8142B4; }
span { border-color: rgb(129,66,180); }
td.TdClassName
{
border-color: #8142B4;
}
.TagClassName
{
border-color: #8142B4;
}
</style>