#987581

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

Shades of Venus #987581

Tints of Venus #987581

Color information

#987581 (or 0x987581) is unknown color: approx Venus. HEX triplet: 98, 75 and 81. RGB value is (152,117,129). Sum of RGB (Red+Green+Blue) = 152+117+129=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #987581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987581 is #678A7E. Grayscale: #808080. Windows color (decimal): -6785663 or 8484248. OLE color: 8484248.

HSL color Cylindrical-coordinate representation of color #987581: hue angle of 339.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987581 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB152117129-
CMYK00.230.150.40
HSL339.43º14.52%52.75%-
HSV(B)339.43º23.03%59.61%-
XYZ23.2720.9823.59-
YUV128.83128.1144.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=38.19%
G=29.40%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211712900.230.150.40339.4314.5252.75
Hex987581017F28153f35
Octal23016520102717505231765
Binary1001100011101011000000101011111111010001010100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987581; }

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

 H1.HeaderClassName
 {
   color: #987581;
 }
 .AnyTagClassName
 {
   color: #987581;
 }
</style>
background-color css

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

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

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

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

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

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