#987381

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

Shades of Venus #987381

Tints of Venus #987381

Color information

#987381 (or 0x987381) is unknown color: approx Venus. HEX triplet: 98, 73 and 81. RGB value is (152,115,129). Sum of RGB (Red+Green+Blue) = 152+115+129=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #987381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987381 is #678C7E. Grayscale: #7F7F7F. Windows color (decimal): -6786175 or 8483736. OLE color: 8483736.

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

Color convert

RGB152115129-
CMYK00.240.150.40
HSL337.3º15.23%52.35%-
HSV(B)337.3º24.34%59.61%-
XYZ23.0420.5223.52-
YUV127.66128.76145.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=38.38%
G=29.04%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211512900.240.150.40337.315.2352.35
Hex987381018F28151f34
Octal23016320103017505211764
Binary1001100011100111000000101100011111010001010100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987381; }

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

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

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

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

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

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

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

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