Shades of Studio #8243A4
Tints of Studio #8243A4
RGB
CMYK
RGB Variations
Color information
#8243A4 (or 0x8243A4) is known color: Studio. HEX triplet: 82, 43 and A4. RGB value is (130,67,164). Sum of RGB (Red+Green+Blue) = 130+67+164=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #8243A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8243A4 is #7DBC5B. Grayscale: #606060. Windows color (decimal): -8240220 or 10765186. OLE color: 10765186.
HSL color Cylindrical-coordinate representation of color #8243A4: hue angle of 278.97º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8243A4 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 67 | 164 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.36 |
| HSL | 278.97º | 0.42% | 0.45% | - |
| HSV(B) | 278.97º | 0.59% | 0.64% | - |
| XYZ | 17.91 | 11.44 | 36.39 | - |
| YUV | 96.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 164 | 0.21 | 0.59 | 0 | 0.36 | 278.97 | 0.42 | 0.45 |
| Hex | 82 | 43 | A4 | 15 | 3B | 0 | 24 | 117 | 2A | 2D |
| Octal | 202 | 103 | 244 | 25 | 73 | 0 | 44 | 427 | 52 | 55 |
| Binary | 10000010 | 1000011 | 10100100 | 10101 | 111011 | 0 | 100100 | 100010111 | 101010 | 101101 |
Color Harmonies of #8243A4
Complementary color
Monochromatic Colors of #8243A4
Black with #8243A4
Text Example
Text Example
White with #8243A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8243A4; }
p { color: rgb(130,67,164); }
H1.HeaderClassName
{
color: #8243A4;
}
.AnyTagClassName
{
color: #8243A4;
}
</style>
background-color css
<style>
a { background-color: #8243A4; }
a { background-color: rgb(130,67,164); }
div.DivClassName
{
background-color: #8243A4;
}
.BgClassName
{
background-color: #8243A4;
}
</style>
border-color css
<style>
span { border-color: #8243A4; }
span { border-color: rgb(130,67,164); }
td.TdClassName
{
border-color: #8243A4;
}
.TagClassName
{
border-color: #8243A4;
}
</style>