Shades of Studio #8648A4
Tints of Studio #8648A4
RGB
CMYK
RGB Variations
Color information
#8648A4 (or 0x8648A4) is known color: Studio. HEX triplet: 86, 48 and A4. RGB value is (134,72,164). Sum of RGB (Red+Green+Blue) = 134+72+164=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #8648A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8648A4 is #79B75B. Grayscale: #646464. Windows color (decimal): -7976796 or 10766470. OLE color: 10766470.
HSL color Cylindrical-coordinate representation of color #8648A4: hue angle of 280.43º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8648A4 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 72 | 164 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.36 |
| HSL | 280.43º | 0.39% | 0.46% | - |
| HSV(B) | 280.43º | 0.56% | 0.64% | - |
| XYZ | 18.85 | 12.38 | 36.52 | - |
| YUV | 101.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 72 | 164 | 0.18 | 0.56 | 0 | 0.36 | 280.43 | 0.39 | 0.46 |
| Hex | 86 | 48 | A4 | 12 | 38 | 0 | 24 | 118 | 27 | 2E |
| Octal | 206 | 110 | 244 | 22 | 70 | 0 | 44 | 430 | 47 | 56 |
| Binary | 10000110 | 1001000 | 10100100 | 10010 | 111000 | 0 | 100100 | 100011000 | 100111 | 101110 |
Color Harmonies of #8648A4
Complementary color
Monochromatic Colors of #8648A4
Black with #8648A4
Text Example
Text Example
White with #8648A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8648A4; }
p { color: rgb(134,72,164); }
H1.HeaderClassName
{
color: #8648A4;
}
.AnyTagClassName
{
color: #8648A4;
}
</style>
background-color css
<style>
a { background-color: #8648A4; }
a { background-color: rgb(134,72,164); }
div.DivClassName
{
background-color: #8648A4;
}
.BgClassName
{
background-color: #8648A4;
}
</style>
border-color css
<style>
span { border-color: #8648A4; }
span { border-color: rgb(134,72,164); }
td.TdClassName
{
border-color: #8648A4;
}
.TagClassName
{
border-color: #8648A4;
}
</style>