Shades of Studio #8341AB
Tints of Studio #8341AB
RGB
CMYK
RGB Variations
Color information
#8341AB (or 0x8341AB) is known color: Studio. HEX triplet: 83, 41 and AB. RGB value is (131,65,171). Sum of RGB (Red+Green+Blue) = 131+65+171=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #8341AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8341AB is #7CBE54. Grayscale: #606060. Windows color (decimal): -8175189 or 11223427. OLE color: 11223427.
HSL color Cylindrical-coordinate representation of color #8341AB: hue angle of 277.36º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8341AB is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 65 | 171 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.33 |
| HSL | 277.36º | 0.45% | 0.46% | - |
| HSV(B) | 277.36º | 0.62% | 0.67% | - |
| XYZ | 18.6 | 11.55 | 39.78 | - |
| YUV | 96.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 171 | 0.23 | 0.62 | 0 | 0.33 | 277.36 | 0.45 | 0.46 |
| Hex | 83 | 41 | AB | 17 | 3E | 0 | 21 | 115 | 2D | 2E |
| Octal | 203 | 101 | 253 | 27 | 76 | 0 | 41 | 425 | 55 | 56 |
| Binary | 10000011 | 1000001 | 10101011 | 10111 | 111110 | 0 | 100001 | 100010101 | 101101 | 101110 |
Color Harmonies of #8341AB
Complementary color
Monochromatic Colors of #8341AB
Black with #8341AB
Text Example
Text Example
White with #8341AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341AB; }
p { color: rgb(131,65,171); }
H1.HeaderClassName
{
color: #8341AB;
}
.AnyTagClassName
{
color: #8341AB;
}
</style>
background-color css
<style>
a { background-color: #8341AB; }
a { background-color: rgb(131,65,171); }
div.DivClassName
{
background-color: #8341AB;
}
.BgClassName
{
background-color: #8341AB;
}
</style>
border-color css
<style>
span { border-color: #8341AB; }
span { border-color: rgb(131,65,171); }
td.TdClassName
{
border-color: #8341AB;
}
.TagClassName
{
border-color: #8341AB;
}
</style>