Html Css Color HEX #948189 Venus

📋 copy color: '#948189'

red 148 ◦ green 129 ◦ blue 137

#948189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #948189

Tints of Venus #948189

RGB

 RED value IS 148 (58.2% from 255) = 35.75%

 GREEN value IS 129 (50.78% from 255) = 31.16%

 BLUE value IS 137 (53.91% from 255) = 33.09%

R = 35.75%
G = 31.16%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#948189 (or 0x948189) is known color: Venus. HEX triplet: 94, 81 and 89. RGB value is (148,129,137). Sum of RGB (Red+Green+Blue) = 148+129+137=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #948189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948189 is #6B7E76. Grayscale: #878787. Windows color (decimal): -7044727 or 9011604. OLE color: 9011604.

HSL color Cylindrical-coordinate representation of color #948189: hue angle of 334.74º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #948189 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 137 -
CMYK 0 0.13 0.07 0.42
HSL 334.74º 0.08% 0.54% -
HSV(B) 334.74º 0.13% 0.58% -
XYZ 24.58 23.8 26.97 -
YUV 135.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 148 129 137 0 0.13 0.07 0.42 334.74 0.08 0.54
Hex 94 81 89 0 D 7 2A 14F 8 36
Octal 224 201 211 0 15 7 52 517 10 66
Binary 10010100 10000001 10001001 0 1101 111 101010 101001111 1000 110110

Color Harmonies of #948189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948189

Black with #948189

Text Example


Text Example

White with #948189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948189; }

 p { color: rgb(148,129,137); }

 H1.HeaderClassName
 {
   color: #948189;
 }
 .AnyTagClassName
 {
   color: #948189;
 }
</style>

background-color css

<style>
 a { background-color: #948189; }

 a { background-color: rgb(148,129,137); }

 div.DivClassName
 {
   background-color: #948189;
 }
 .BgClassName
 {
   background-color: #948189;
 }
</style>

border-color css

<style>
 span { border-color: #948189; }

 span { border-color: rgb(148,129,137); }

 td.TdClassName
 {
   border-color: #948189;
 }
 .TagClassName
 {
   border-color: #948189;
 }
</style>