Html Css Color HEX #957980 Venus

📋 copy color: '#957980'

red 149 ◦ green 121 ◦ blue 128

#957980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #957980

Tints of Venus #957980

RGB

 RED value IS 149 (58.59% from 255) = 37.44%

 GREEN value IS 121 (47.66% from 255) = 30.4%

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 37.44%
G = 30.4%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#957980 (or 0x957980) is known color: Venus. HEX triplet: 95, 79 and 80. RGB value is (149,121,128). Sum of RGB (Red+Green+Blue) = 149+121+128=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957980 is #6A867F. Grayscale: #828282. Windows color (decimal): -6981248 or 8419733. OLE color: 8419733.

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

Color convert

RGB 149 121 128 -
CMYK 0 0.19 0.14 0.42
HSL 345º 0.12% 0.53% -
HSV(B) 345º 0.19% 0.58% -
XYZ 23.13 21.62 23.38 -
YUV 130.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 149 121 128 0 0.19 0.14 0.42 345 0.12 0.53
Hex 95 79 80 0 13 E 2A 159 C 35
Octal 225 171 200 0 23 16 52 531 14 65
Binary 10010101 1111001 10000000 0 10011 1110 101010 101011001 1100 110101

Color Harmonies of #957980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957980

Black with #957980

Text Example


Text Example

White with #957980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957980; }

 p { color: rgb(149,121,128); }

 H1.HeaderClassName
 {
   color: #957980;
 }
 .AnyTagClassName
 {
   color: #957980;
 }
</style>

background-color css

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

 a { background-color: rgb(149,121,128); }

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

border-color css

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

 span { border-color: rgb(149,121,128); }

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