Shades of Studio #8343AC
Tints of Studio #8343AC
RGB
CMYK
RGB Variations
Color information
#8343AC (or 0x8343AC) is known color: Studio. HEX triplet: 83, 43 and AC. RGB value is (131,67,172). Sum of RGB (Red+Green+Blue) = 131+67+172=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #8343AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8343AC is #7CBC53. Grayscale: #616161. Windows color (decimal): -8174676 or 11289475. OLE color: 11289475.
HSL color Cylindrical-coordinate representation of color #8343AC: hue angle of 276.57º 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 #8343AC is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 67 | 172 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.33 |
| HSL | 276.57º | 0.44% | 0.47% | - |
| HSV(B) | 276.57º | 0.61% | 0.67% | - |
| XYZ | 18.81 | 11.82 | 40.32 | - |
| YUV | 98.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 172 | 0.24 | 0.61 | 0 | 0.33 | 276.57 | 0.44 | 0.47 |
| Hex | 83 | 43 | AC | 18 | 3D | 0 | 21 | 115 | 2C | 2F |
| Octal | 203 | 103 | 254 | 30 | 75 | 0 | 41 | 425 | 54 | 57 |
| Binary | 10000011 | 1000011 | 10101100 | 11000 | 111101 | 0 | 100001 | 100010101 | 101100 | 101111 |
Color Harmonies of #8343AC
Complementary color
Monochromatic Colors of #8343AC
Black with #8343AC
Text Example
Text Example
White with #8343AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8343AC; }
p { color: rgb(131,67,172); }
H1.HeaderClassName
{
color: #8343AC;
}
.AnyTagClassName
{
color: #8343AC;
}
</style>
background-color css
<style>
a { background-color: #8343AC; }
a { background-color: rgb(131,67,172); }
div.DivClassName
{
background-color: #8343AC;
}
.BgClassName
{
background-color: #8343AC;
}
</style>
border-color css
<style>
span { border-color: #8343AC; }
span { border-color: rgb(131,67,172); }
td.TdClassName
{
border-color: #8343AC;
}
.TagClassName
{
border-color: #8343AC;
}
</style>