#957882

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

Shades of Venus #957882

Tints of Venus #957882

Color information

#957882 (or 0x957882) is unknown color: approx Venus. HEX triplet: 95, 78 and 82. RGB value is (149,120,130). Sum of RGB (Red+Green+Blue) = 149+120+130=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #957882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957882 is #6A877D. Grayscale: #818181. Windows color (decimal): -6981502 or 8550549. OLE color: 8550549.

HSL color Cylindrical-coordinate representation of color #957882: hue angle of 339.31º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #957882 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB149120130-
CMYK00.190.130.42
HSL339.31º12.03%52.75%-
HSV(B)339.31º19.46%58.43%-
XYZ23.1421.4324.04-
YUV129.81128.11141.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=37.34%
G=30.08%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912013000.190.130.42339.3112.0352.75
Hex957882013D2A153c35
Octal22517020202315525231465
Binary1001010111110001000001001001111011010101010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957882; }

 p { color: rgb(149,120,130); }

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

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

 a { background-color: rgb(149,120,130); }

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

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

 span { border-color: rgb(149,120,130); }

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