Shades of Hurricane #8B817C
Tints of Hurricane #8B817C
RGB
CMYK
RGB Variations
Color information
#8B817C (or 0x8B817C) is known color: Hurricane. HEX triplet: 8B, 81 and 7C. RGB value is (139,129,124). Sum of RGB (Red+Green+Blue) = 139+129+124=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B817C is #747E83. Grayscale: #838383. Windows color (decimal): -7634564 or 8159627. OLE color: 8159627.
HSL color Cylindrical-coordinate representation of color #8B817C: hue angle of 20º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B817C is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 124 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.45 |
| HSL | 20º | 0.06% | 0.52% | - |
| HSV(B) | 20º | 0.11% | 0.55% | - |
| XYZ | 22.14 | 22.64 | 22.27 | - |
| YUV | 131.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 124 | 0 | 0.07 | 0.11 | 0.45 | 20 | 0.06 | 0.52 |
| Hex | 8B | 81 | 7C | 0 | 7 | B | 2D | 14 | 6 | 34 |
| Octal | 213 | 201 | 174 | 0 | 7 | 13 | 55 | 24 | 6 | 64 |
| Binary | 10001011 | 10000001 | 1111100 | 0 | 111 | 1011 | 101101 | 10100 | 110 | 110100 |
Color Harmonies of #8B817C
Complementary color
Monochromatic Colors of #8B817C
Black with #8B817C
Text Example
Text Example
White with #8B817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B817C; }
p { color: rgb(139,129,124); }
H1.HeaderClassName
{
color: #8B817C;
}
.AnyTagClassName
{
color: #8B817C;
}
</style>
background-color css
<style>
a { background-color: #8B817C; }
a { background-color: rgb(139,129,124); }
div.DivClassName
{
background-color: #8B817C;
}
.BgClassName
{
background-color: #8B817C;
}
</style>
border-color css
<style>
span { border-color: #8B817C; }
span { border-color: rgb(139,129,124); }
td.TdClassName
{
border-color: #8B817C;
}
.TagClassName
{
border-color: #8B817C;
}
</style>