Shades of Venus #998284
Tints of Venus #998284
RGB
CMYK
RGB Variations
Color information
#998284 (or 0x998284) is known color: Venus. HEX triplet: 99, 82 and 84. RGB value is (153,130,132). Sum of RGB (Red+Green+Blue) = 153+130+132=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #998284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998284 is #667D7B. Grayscale: #898989. Windows color (decimal): -6716796 or 8684185. OLE color: 8684185.
HSL color Cylindrical-coordinate representation of color #998284: hue angle of 354.78º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998284 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 132 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.4 |
| HSL | 354.78º | 0.1% | 0.55% | - |
| HSV(B) | 354.78º | 0.15% | 0.6% | - |
| XYZ | 25.28 | 24.4 | 25.21 | - |
| YUV | 137.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 132 | 0 | 0.15 | 0.14 | 0.4 | 354.78 | 0.1 | 0.55 |
| Hex | 99 | 82 | 84 | 0 | F | E | 28 | 163 | A | 37 |
| Octal | 231 | 202 | 204 | 0 | 17 | 16 | 50 | 543 | 12 | 67 |
| Binary | 10011001 | 10000010 | 10000100 | 0 | 1111 | 1110 | 101000 | 101100011 | 1010 | 110111 |
Color Harmonies of #998284
Complementary color
Monochromatic Colors of #998284
Black with #998284
Text Example
Text Example
White with #998284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998284; }
p { color: rgb(153,130,132); }
H1.HeaderClassName
{
color: #998284;
}
.AnyTagClassName
{
color: #998284;
}
</style>
background-color css
<style>
a { background-color: #998284; }
a { background-color: rgb(153,130,132); }
div.DivClassName
{
background-color: #998284;
}
.BgClassName
{
background-color: #998284;
}
</style>
border-color css
<style>
span { border-color: #998284; }
span { border-color: rgb(153,130,132); }
td.TdClassName
{
border-color: #998284;
}
.TagClassName
{
border-color: #998284;
}
</style>