#987582

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

Shades of Venus #987582

Tints of Venus #987582

Color information

#987582 (or 0x987582) is unknown color: approx Venus. HEX triplet: 98, 75 and 82. RGB value is (152,117,130). Sum of RGB (Red+Green+Blue) = 152+117+130=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #987582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987582 is #678A7D. Grayscale: #808080. Windows color (decimal): -6785662 or 8549784. OLE color: 8549784.

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

Color convert

RGB152117130-
CMYK00.230.140.40
HSL337.71º14.52%52.75%-
HSV(B)337.71º23.03%59.61%-
XYZ23.3421.0123.94-
YUV128.95128.6144.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=38.10%
G=29.32%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211713000.230.140.40337.7114.5252.75
Hex987582017E28152f35
Octal23016520202716505221765
Binary1001100011101011000001001011111101010001010100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987582; }

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

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

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

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

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

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

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

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