Shades of Studio #8442B4
Tints of Studio #8442B4
RGB
CMYK
RGB Variations
Color information
#8442B4 (or 0x8442B4) is known color: Studio. HEX triplet: 84, 42 and B4. RGB value is (132,66,180). Sum of RGB (Red+Green+Blue) = 132+66+180=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #8442B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8442B4 is #7BBD4B. Grayscale: #626262. Windows color (decimal): -8109388 or 11813508. OLE color: 11813508.
HSL color Cylindrical-coordinate representation of color #8442B4: hue angle of 274.74º 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 #8442B4 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 66 | 180 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.29 |
| HSL | 274.74º | 0.46% | 0.48% | - |
| HSV(B) | 274.74º | 0.63% | 0.71% | - |
| XYZ | 19.7 | 12.1 | 44.48 | - |
| YUV | 98.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 180 | 0.27 | 0.63 | 0 | 0.29 | 274.74 | 0.46 | 0.48 |
| Hex | 84 | 42 | B4 | 1B | 3F | 0 | 1D | 113 | 2E | 30 |
| Octal | 204 | 102 | 264 | 33 | 77 | 0 | 35 | 423 | 56 | 60 |
| Binary | 10000100 | 1000010 | 10110100 | 11011 | 111111 | 0 | 11101 | 100010011 | 101110 | 110000 |
Color Harmonies of #8442B4
Complementary color
Monochromatic Colors of #8442B4
Black with #8442B4
Text Example
Text Example
White with #8442B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8442B4; }
p { color: rgb(132,66,180); }
H1.HeaderClassName
{
color: #8442B4;
}
.AnyTagClassName
{
color: #8442B4;
}
</style>
background-color css
<style>
a { background-color: #8442B4; }
a { background-color: rgb(132,66,180); }
div.DivClassName
{
background-color: #8442B4;
}
.BgClassName
{
background-color: #8442B4;
}
</style>
border-color css
<style>
span { border-color: #8442B4; }
span { border-color: rgb(132,66,180); }
td.TdClassName
{
border-color: #8442B4;
}
.TagClassName
{
border-color: #8442B4;
}
</style>