Shades of Studio #8238AB
Tints of Studio #8238AB
RGB
CMYK
RGB Variations
Color information
#8238AB (or 0x8238AB) is known color: Studio. HEX triplet: 82, 38 and AB. RGB value is (130,56,171). Sum of RGB (Red+Green+Blue) = 130+56+171=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #8238AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8238AB is #7DC754. Grayscale: #5A5A5A. Windows color (decimal): -8243029 or 11221122. OLE color: 11221122.
HSL color Cylindrical-coordinate representation of color #8238AB: hue angle of 278.61º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8238AB is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 56 | 171 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.33 |
| HSL | 278.61º | 0.51% | 0.45% | - |
| HSV(B) | 278.61º | 0.67% | 0.67% | - |
| XYZ | 17.97 | 10.51 | 39.61 | - |
| YUV | 91.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 171 | 0.24 | 0.67 | 0 | 0.33 | 278.61 | 0.51 | 0.45 |
| Hex | 82 | 38 | AB | 18 | 43 | 0 | 21 | 117 | 33 | 2D |
| Octal | 202 | 70 | 253 | 30 | 103 | 0 | 41 | 427 | 63 | 55 |
| Binary | 10000010 | 111000 | 10101011 | 11000 | 1000011 | 0 | 100001 | 100010111 | 110011 | 101101 |
Color Harmonies of #8238AB
Complementary color
Monochromatic Colors of #8238AB
Black with #8238AB
Text Example
Text Example
White with #8238AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8238AB; }
p { color: rgb(130,56,171); }
H1.HeaderClassName
{
color: #8238AB;
}
.AnyTagClassName
{
color: #8238AB;
}
</style>
background-color css
<style>
a { background-color: #8238AB; }
a { background-color: rgb(130,56,171); }
div.DivClassName
{
background-color: #8238AB;
}
.BgClassName
{
background-color: #8238AB;
}
</style>
border-color css
<style>
span { border-color: #8238AB; }
span { border-color: rgb(130,56,171); }
td.TdClassName
{
border-color: #8238AB;
}
.TagClassName
{
border-color: #8238AB;
}
</style>