Shades of Studio #8144A5
Tints of Studio #8144A5
RGB
CMYK
RGB Variations
Color information
#8144A5 (or 0x8144A5) is known color: Studio. HEX triplet: 81, 44 and A5. RGB value is (129,68,165). Sum of RGB (Red+Green+Blue) = 129+68+165=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 165 - color contains mainly: blue. Hex color #8144A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8144A5 is #7EBB5A. Grayscale: #606060. Windows color (decimal): -8305499 or 10830977. OLE color: 10830977.
HSL color Cylindrical-coordinate representation of color #8144A5: hue angle of 277.73º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8144A5 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 68 | 165 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.35 |
| HSL | 277.73º | 0.42% | 0.46% | - |
| HSV(B) | 277.73º | 0.59% | 0.65% | - |
| XYZ | 17.91 | 11.52 | 36.88 | - |
| YUV | 97.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 165 | 0.22 | 0.59 | 0 | 0.35 | 277.73 | 0.42 | 0.46 |
| Hex | 81 | 44 | A5 | 16 | 3B | 0 | 23 | 116 | 2A | 2E |
| Octal | 201 | 104 | 245 | 26 | 73 | 0 | 43 | 426 | 52 | 56 |
| Binary | 10000001 | 1000100 | 10100101 | 10110 | 111011 | 0 | 100011 | 100010110 | 101010 | 101110 |
Color Harmonies of #8144A5
Complementary color
Monochromatic Colors of #8144A5
Black with #8144A5
Text Example
Text Example
White with #8144A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8144A5; }
p { color: rgb(129,68,165); }
H1.HeaderClassName
{
color: #8144A5;
}
.AnyTagClassName
{
color: #8144A5;
}
</style>
background-color css
<style>
a { background-color: #8144A5; }
a { background-color: rgb(129,68,165); }
div.DivClassName
{
background-color: #8144A5;
}
.BgClassName
{
background-color: #8144A5;
}
</style>
border-color css
<style>
span { border-color: #8144A5; }
span { border-color: rgb(129,68,165); }
td.TdClassName
{
border-color: #8144A5;
}
.TagClassName
{
border-color: #8144A5;
}
</style>