Shades of Studio #8238AD
Tints of Studio #8238AD
RGB
CMYK
RGB Variations
Color information
#8238AD (or 0x8238AD) is known color: Studio. HEX triplet: 82, 38 and AD. RGB value is (130,56,173). Sum of RGB (Red+Green+Blue) = 130+56+173=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #8238AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8238AD is #7DC752. Grayscale: #5B5B5B. Windows color (decimal): -8243027 or 11352194. OLE color: 11352194.
HSL color Cylindrical-coordinate representation of color #8238AD: hue angle of 277.95º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8238AD is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 56 | 173 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.32 |
| HSL | 277.95º | 0.51% | 0.45% | - |
| HSV(B) | 277.95º | 0.68% | 0.68% | - |
| XYZ | 18.16 | 10.59 | 40.62 | - |
| YUV | 91.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 173 | 0.25 | 0.68 | 0 | 0.32 | 277.95 | 0.51 | 0.45 |
| Hex | 82 | 38 | AD | 19 | 44 | 0 | 20 | 116 | 33 | 2D |
| Octal | 202 | 70 | 255 | 31 | 104 | 0 | 40 | 426 | 63 | 55 |
| Binary | 10000010 | 111000 | 10101101 | 11001 | 1000100 | 0 | 100000 | 100010110 | 110011 | 101101 |
Color Harmonies of #8238AD
Complementary color
Monochromatic Colors of #8238AD
Black with #8238AD
Text Example
Text Example
White with #8238AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8238AD; }
p { color: rgb(130,56,173); }
H1.HeaderClassName
{
color: #8238AD;
}
.AnyTagClassName
{
color: #8238AD;
}
</style>
background-color css
<style>
a { background-color: #8238AD; }
a { background-color: rgb(130,56,173); }
div.DivClassName
{
background-color: #8238AD;
}
.BgClassName
{
background-color: #8238AD;
}
</style>
border-color css
<style>
span { border-color: #8238AD; }
span { border-color: rgb(130,56,173); }
td.TdClassName
{
border-color: #8238AD;
}
.TagClassName
{
border-color: #8238AD;
}
</style>