Shades of Venus #948F90
Tints of Venus #948F90
RGB
CMYK
RGB Variations
Color information
#948F90 (or 0x948F90) is known color: Venus. HEX triplet: 94, 8F and 90. RGB value is (148,143,144). Sum of RGB (Red+Green+Blue) = 148+143+144=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 148 - color contains mainly: red. Hex color #948F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F90 is #6B706F. Grayscale: #909090. Windows color (decimal): -7041136 or 9473940. OLE color: 9473940.
HSL color Cylindrical-coordinate representation of color #948F90: hue angle of 348º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #948F90 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 144 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.42 |
| HSL | 348º | 0.02% | 0.57% | - |
| HSV(B) | 348º | 0.03% | 0.58% | - |
| XYZ | 27.07 | 27.95 | 30.35 | - |
| YUV | 144.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 144 | 0 | 0.03 | 0.03 | 0.42 | 348 | 0.02 | 0.57 |
| Hex | 94 | 8F | 90 | 0 | 3 | 3 | 2A | 15C | 2 | 39 |
| Octal | 224 | 217 | 220 | 0 | 3 | 3 | 52 | 534 | 2 | 71 |
| Binary | 10010100 | 10001111 | 10010000 | 0 | 11 | 11 | 101010 | 101011100 | 10 | 111001 |
Color Harmonies of #948F90
Complementary color
Monochromatic Colors of #948F90
Black with #948F90
Text Example
Text Example
White with #948F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F90; }
p { color: rgb(148,143,144); }
H1.HeaderClassName
{
color: #948F90;
}
.AnyTagClassName
{
color: #948F90;
}
</style>
background-color css
<style>
a { background-color: #948F90; }
a { background-color: rgb(148,143,144); }
div.DivClassName
{
background-color: #948F90;
}
.BgClassName
{
background-color: #948F90;
}
</style>
border-color css
<style>
span { border-color: #948F90; }
span { border-color: rgb(148,143,144); }
td.TdClassName
{
border-color: #948F90;
}
.TagClassName
{
border-color: #948F90;
}
</style>