Shades of Venus #95818A
Tints of Venus #95818A
RGB
CMYK
RGB Variations
Color information
#95818A (or 0x95818A) is known color: Venus. HEX triplet: 95, 81 and 8A. RGB value is (149,129,138). Sum of RGB (Red+Green+Blue) = 149+129+138=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #95818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95818A is #6A7E75. Grayscale: #878787. Windows color (decimal): -6979190 or 9077141. OLE color: 9077141.
HSL color Cylindrical-coordinate representation of color #95818A: hue angle of 333º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95818A is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 138 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.42 |
| HSL | 333º | 0.09% | 0.55% | - |
| HSV(B) | 333º | 0.13% | 0.58% | - |
| XYZ | 24.83 | 23.93 | 27.35 | - |
| YUV | 136.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 138 | 0 | 0.13 | 0.07 | 0.42 | 333 | 0.09 | 0.55 |
| Hex | 95 | 81 | 8A | 0 | D | 7 | 2A | 14D | 9 | 37 |
| Octal | 225 | 201 | 212 | 0 | 15 | 7 | 52 | 515 | 11 | 67 |
| Binary | 10010101 | 10000001 | 10001010 | 0 | 1101 | 111 | 101010 | 101001101 | 1001 | 110111 |
Color Harmonies of #95818A
Complementary color
Monochromatic Colors of #95818A
Black with #95818A
Text Example
Text Example
White with #95818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95818A; }
p { color: rgb(149,129,138); }
H1.HeaderClassName
{
color: #95818A;
}
.AnyTagClassName
{
color: #95818A;
}
</style>
background-color css
<style>
a { background-color: #95818A; }
a { background-color: rgb(149,129,138); }
div.DivClassName
{
background-color: #95818A;
}
.BgClassName
{
background-color: #95818A;
}
</style>
border-color css
<style>
span { border-color: #95818A; }
span { border-color: rgb(149,129,138); }
td.TdClassName
{
border-color: #95818A;
}
.TagClassName
{
border-color: #95818A;
}
</style>