Shades of Venus #968184
Tints of Venus #968184
RGB
CMYK
RGB Variations
Color information
#968184 (or 0x968184) is known color: Venus. HEX triplet: 96, 81 and 84. RGB value is (150,129,132). Sum of RGB (Red+Green+Blue) = 150+129+132=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #968184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968184 is #697E7B. Grayscale: #878787. Windows color (decimal): -6913660 or 8683926. OLE color: 8683926.
HSL color Cylindrical-coordinate representation of color #968184: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #968184 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 129 | 132 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.41 |
| HSL | 351.43º | 0.09% | 0.55% | - |
| HSV(B) | 351.43º | 0.14% | 0.59% | - |
| XYZ | 24.59 | 23.85 | 25.14 | - |
| YUV | 135.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 132 | 0 | 0.14 | 0.12 | 0.41 | 351.43 | 0.09 | 0.55 |
| Hex | 96 | 81 | 84 | 0 | E | C | 29 | 15F | 9 | 37 |
| Octal | 226 | 201 | 204 | 0 | 16 | 14 | 51 | 537 | 11 | 67 |
| Binary | 10010110 | 10000001 | 10000100 | 0 | 1110 | 1100 | 101001 | 101011111 | 1001 | 110111 |
Color Harmonies of #968184
Complementary color
Monochromatic Colors of #968184
Black with #968184
Text Example
Text Example
White with #968184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968184; }
p { color: rgb(150,129,132); }
H1.HeaderClassName
{
color: #968184;
}
.AnyTagClassName
{
color: #968184;
}
</style>
background-color css
<style>
a { background-color: #968184; }
a { background-color: rgb(150,129,132); }
div.DivClassName
{
background-color: #968184;
}
.BgClassName
{
background-color: #968184;
}
</style>
border-color css
<style>
span { border-color: #968184; }
span { border-color: rgb(150,129,132); }
td.TdClassName
{
border-color: #968184;
}
.TagClassName
{
border-color: #968184;
}
</style>