Html Css Color HEX #988189 Venus

📋 copy color: '#988189'

red 152 ◦ green 129 ◦ blue 137

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

Shades of Venus #988189

Tints of Venus #988189

RGB

 RED value IS 152 (59.77% from 255) = 36.36%

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

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

R = 36.36%
G = 30.86%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#988189 (or 0x988189) is known color: Venus. HEX triplet: 98, 81 and 89. RGB value is (152,129,137). Sum of RGB (Red+Green+Blue) = 152+129+137=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988189 is #677E76. Grayscale: #888888. Windows color (decimal): -6782583 or 9011608. OLE color: 9011608.

HSL color Cylindrical-coordinate representation of color #988189: hue angle of 339.13º 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 #988189 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 137 -
CMYK 0 0.15 0.10 0.40
HSL 339.13º 0.1% 0.55% -
HSV(B) 339.13º 0.15% 0.6% -
XYZ 25.31 24.18 27 -
YUV 136.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 152 129 137 0 0.15 0.10 0.40 339.13 0.1 0.55
Hex 98 81 89 0 F A 28 153 A 37
Octal 230 201 211 0 17 12 50 523 12 67
Binary 10011000 10000001 10001001 0 1111 1010 101000 101010011 1010 110111

Color Harmonies of #988189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988189

Black with #988189

Text Example


Text Example

White with #988189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988189; }

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

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

background-color css

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

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

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

border-color css

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

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

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