Shades of Studio #8239AD
Tints of Studio #8239AD
RGB
CMYK
RGB Variations
Color information
#8239AD (or 0x8239AD) is known color: Studio. HEX triplet: 82, 39 and AD. RGB value is (130,57,173). Sum of RGB (Red+Green+Blue) = 130+57+173=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #8239AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8239AD is #7DC652. Grayscale: #5B5B5B. Windows color (decimal): -8242771 or 11352450. OLE color: 11352450.
HSL color Cylindrical-coordinate representation of color #8239AD: hue angle of 277.76º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8239AD is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 57 | 173 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.32 |
| HSL | 277.76º | 0.5% | 0.45% | - |
| HSV(B) | 277.76º | 0.67% | 0.68% | - |
| XYZ | 18.21 | 10.69 | 40.64 | - |
| YUV | 92.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 173 | 0.25 | 0.67 | 0 | 0.32 | 277.76 | 0.5 | 0.45 |
| Hex | 82 | 39 | AD | 19 | 43 | 0 | 20 | 116 | 32 | 2D |
| Octal | 202 | 71 | 255 | 31 | 103 | 0 | 40 | 426 | 62 | 55 |
| Binary | 10000010 | 111001 | 10101101 | 11001 | 1000011 | 0 | 100000 | 100010110 | 110010 | 101101 |
Color Harmonies of #8239AD
Complementary color
Monochromatic Colors of #8239AD
Black with #8239AD
Text Example
Text Example
White with #8239AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8239AD; }
p { color: rgb(130,57,173); }
H1.HeaderClassName
{
color: #8239AD;
}
.AnyTagClassName
{
color: #8239AD;
}
</style>
background-color css
<style>
a { background-color: #8239AD; }
a { background-color: rgb(130,57,173); }
div.DivClassName
{
background-color: #8239AD;
}
.BgClassName
{
background-color: #8239AD;
}
</style>
border-color css
<style>
span { border-color: #8239AD; }
span { border-color: rgb(130,57,173); }
td.TdClassName
{
border-color: #8239AD;
}
.TagClassName
{
border-color: #8239AD;
}
</style>