#988189

Color #988189 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #988189

Tints of Venus #988189

Color information

#988189 (or 0x988189) is unknown color: approx 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

RGB152129137-
CMYK00.150.100.40
HSL339.13º10.04%55.1%-
HSV(B)339.13º15.13%59.61%-
XYZ25.3124.1827-
YUV136.79128.12138.85-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212913700.150.100.40339.1310.0455.1
Hex9881890FA28153a37
Octal23020121101712505231267
Binary1001100010000001100010010111110101010001010100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>