Shades of Hurricane #8A817C
Tints of Hurricane #8A817C
RGB
CMYK
RGB Variations
Color information
#8A817C (or 0x8A817C) is known color: Hurricane. HEX triplet: 8A, 81 and 7C. RGB value is (138,129,124). Sum of RGB (Red+Green+Blue) = 138+129+124=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 138 - color contains mainly: red. Hex color #8A817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A817C is #757E83. Grayscale: #838383. Windows color (decimal): -7700100 or 8159626. OLE color: 8159626.
HSL color Cylindrical-coordinate representation of color #8A817C: hue angle of 21.43º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A817C is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 124 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.46 |
| HSL | 21.43º | 0.06% | 0.51% | - |
| HSV(B) | 21.43º | 0.1% | 0.54% | - |
| XYZ | 21.97 | 22.56 | 22.27 | - |
| YUV | 131.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 124 | 0 | 0.07 | 0.10 | 0.46 | 21.43 | 0.06 | 0.51 |
| Hex | 8A | 81 | 7C | 0 | 7 | A | 2E | 15 | 6 | 33 |
| Octal | 212 | 201 | 174 | 0 | 7 | 12 | 56 | 25 | 6 | 63 |
| Binary | 10001010 | 10000001 | 1111100 | 0 | 111 | 1010 | 101110 | 10101 | 110 | 110011 |
Color Harmonies of #8A817C
Complementary color
Monochromatic Colors of #8A817C
Black with #8A817C
Text Example
Text Example
White with #8A817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A817C; }
p { color: rgb(138,129,124); }
H1.HeaderClassName
{
color: #8A817C;
}
.AnyTagClassName
{
color: #8A817C;
}
</style>
background-color css
<style>
a { background-color: #8A817C; }
a { background-color: rgb(138,129,124); }
div.DivClassName
{
background-color: #8A817C;
}
.BgClassName
{
background-color: #8A817C;
}
</style>
border-color css
<style>
span { border-color: #8A817C; }
span { border-color: rgb(138,129,124); }
td.TdClassName
{
border-color: #8A817C;
}
.TagClassName
{
border-color: #8A817C;
}
</style>