Shades of Studio #8343AB
Tints of Studio #8343AB
RGB
CMYK
RGB Variations
Color information
#8343AB (or 0x8343AB) is known color: Studio. HEX triplet: 83, 43 and AB. RGB value is (131,67,171). Sum of RGB (Red+Green+Blue) = 131+67+171=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #8343AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8343AB is #7CBC54. Grayscale: #616161. Windows color (decimal): -8174677 or 11223939. OLE color: 11223939.
HSL color Cylindrical-coordinate representation of color #8343AB: hue angle of 276.92º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8343AB is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 67 | 171 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.33 |
| HSL | 276.92º | 0.44% | 0.47% | - |
| HSV(B) | 276.92º | 0.61% | 0.67% | - |
| XYZ | 18.72 | 11.78 | 39.82 | - |
| YUV | 97.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 171 | 0.23 | 0.61 | 0 | 0.33 | 276.92 | 0.44 | 0.47 |
| Hex | 83 | 43 | AB | 17 | 3D | 0 | 21 | 115 | 2C | 2F |
| Octal | 203 | 103 | 253 | 27 | 75 | 0 | 41 | 425 | 54 | 57 |
| Binary | 10000011 | 1000011 | 10101011 | 10111 | 111101 | 0 | 100001 | 100010101 | 101100 | 101111 |
Color Harmonies of #8343AB
Complementary color
Monochromatic Colors of #8343AB
Black with #8343AB
Text Example
Text Example
White with #8343AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8343AB; }
p { color: rgb(131,67,171); }
H1.HeaderClassName
{
color: #8343AB;
}
.AnyTagClassName
{
color: #8343AB;
}
</style>
background-color css
<style>
a { background-color: #8343AB; }
a { background-color: rgb(131,67,171); }
div.DivClassName
{
background-color: #8343AB;
}
.BgClassName
{
background-color: #8343AB;
}
</style>
border-color css
<style>
span { border-color: #8343AB; }
span { border-color: rgb(131,67,171); }
td.TdClassName
{
border-color: #8343AB;
}
.TagClassName
{
border-color: #8343AB;
}
</style>