Shades of Studio #8543B2
Tints of Studio #8543B2
RGB
CMYK
RGB Variations
Color information
#8543B2 (or 0x8543B2) is known color: Studio. HEX triplet: 85, 43 and B2. RGB value is (133,67,178). Sum of RGB (Red+Green+Blue) = 133+67+178=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #8543B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8543B2 is #7ABC4D. Grayscale: #636363. Windows color (decimal): -8043598 or 11682693. OLE color: 11682693.
HSL color Cylindrical-coordinate representation of color #8543B2: hue angle of 275.68º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8543B2 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 67 | 178 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.30 |
| HSL | 275.68º | 0.45% | 0.48% | - |
| HSV(B) | 275.68º | 0.62% | 0.7% | - |
| XYZ | 19.72 | 12.22 | 43.44 | - |
| YUV | 99.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 178 | 0.25 | 0.62 | 0 | 0.30 | 275.68 | 0.45 | 0.48 |
| Hex | 85 | 43 | B2 | 19 | 3E | 0 | 1E | 114 | 2D | 30 |
| Octal | 205 | 103 | 262 | 31 | 76 | 0 | 36 | 424 | 55 | 60 |
| Binary | 10000101 | 1000011 | 10110010 | 11001 | 111110 | 0 | 11110 | 100010100 | 101101 | 110000 |
Color Harmonies of #8543B2
Complementary color
Monochromatic Colors of #8543B2
Black with #8543B2
Text Example
Text Example
White with #8543B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8543B2; }
p { color: rgb(133,67,178); }
H1.HeaderClassName
{
color: #8543B2;
}
.AnyTagClassName
{
color: #8543B2;
}
</style>
background-color css
<style>
a { background-color: #8543B2; }
a { background-color: rgb(133,67,178); }
div.DivClassName
{
background-color: #8543B2;
}
.BgClassName
{
background-color: #8543B2;
}
</style>
border-color css
<style>
span { border-color: #8543B2; }
span { border-color: rgb(133,67,178); }
td.TdClassName
{
border-color: #8543B2;
}
.TagClassName
{
border-color: #8543B2;
}
</style>