Shades of Studio #8238AF
Tints of Studio #8238AF
RGB
CMYK
RGB Variations
Color information
#8238AF (or 0x8238AF) is known color: Studio. HEX triplet: 82, 38 and AF. RGB value is (130,56,175). Sum of RGB (Red+Green+Blue) = 130+56+175=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #8238AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8238AF is #7DC750. Grayscale: #5B5B5B. Windows color (decimal): -8243025 or 11483266. OLE color: 11483266.
HSL color Cylindrical-coordinate representation of color #8238AF: hue angle of 277.31º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8238AF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 56 | 175 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.31 |
| HSL | 277.31º | 0.52% | 0.45% | - |
| HSV(B) | 277.31º | 0.68% | 0.69% | - |
| XYZ | 18.36 | 10.67 | 41.65 | - |
| YUV | 91.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 175 | 0.26 | 0.68 | 0 | 0.31 | 277.31 | 0.52 | 0.45 |
| Hex | 82 | 38 | AF | 1A | 44 | 0 | 1F | 115 | 34 | 2D |
| Octal | 202 | 70 | 257 | 32 | 104 | 0 | 37 | 425 | 64 | 55 |
| Binary | 10000010 | 111000 | 10101111 | 11010 | 1000100 | 0 | 11111 | 100010101 | 110100 | 101101 |
Color Harmonies of #8238AF
Complementary color
Monochromatic Colors of #8238AF
Black with #8238AF
Text Example
Text Example
White with #8238AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8238AF; }
p { color: rgb(130,56,175); }
H1.HeaderClassName
{
color: #8238AF;
}
.AnyTagClassName
{
color: #8238AF;
}
</style>
background-color css
<style>
a { background-color: #8238AF; }
a { background-color: rgb(130,56,175); }
div.DivClassName
{
background-color: #8238AF;
}
.BgClassName
{
background-color: #8238AF;
}
</style>
border-color css
<style>
span { border-color: #8238AF; }
span { border-color: rgb(130,56,175); }
td.TdClassName
{
border-color: #8238AF;
}
.TagClassName
{
border-color: #8238AF;
}
</style>