Shades of Venus #968183
Tints of Venus #968183
RGB
CMYK
RGB Variations
Color information
#968183 (or 0x968183) is known color: Venus. HEX triplet: 96, 81 and 83. RGB value is (150,129,131). Sum of RGB (Red+Green+Blue) = 150+129+131=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #968183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968183 is #697E7C. Grayscale: #878787. Windows color (decimal): -6913661 or 8618390. OLE color: 8618390.
HSL color Cylindrical-coordinate representation of color #968183: hue angle of 354.29º 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 #968183 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 129 | 131 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.41 |
| HSL | 354.29º | 0.09% | 0.55% | - |
| HSV(B) | 354.29º | 0.14% | 0.59% | - |
| XYZ | 24.52 | 23.82 | 24.78 | - |
| YUV | 135.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 131 | 0 | 0.14 | 0.13 | 0.41 | 354.29 | 0.09 | 0.55 |
| Hex | 96 | 81 | 83 | 0 | E | D | 29 | 162 | 9 | 37 |
| Octal | 226 | 201 | 203 | 0 | 16 | 15 | 51 | 542 | 11 | 67 |
| Binary | 10010110 | 10000001 | 10000011 | 0 | 1110 | 1101 | 101001 | 101100010 | 1001 | 110111 |
Color Harmonies of #968183
Complementary color
Monochromatic Colors of #968183
Black with #968183
Text Example
Text Example
White with #968183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968183; }
p { color: rgb(150,129,131); }
H1.HeaderClassName
{
color: #968183;
}
.AnyTagClassName
{
color: #968183;
}
</style>
background-color css
<style>
a { background-color: #968183; }
a { background-color: rgb(150,129,131); }
div.DivClassName
{
background-color: #968183;
}
.BgClassName
{
background-color: #968183;
}
</style>
border-color css
<style>
span { border-color: #968183; }
span { border-color: rgb(150,129,131); }
td.TdClassName
{
border-color: #968183;
}
.TagClassName
{
border-color: #968183;
}
</style>