Html Css Color HEX #917980 Venus

📋 copy color: '#917980'

red 145 ◦ green 121 ◦ blue 128

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

Shades of Venus #917980

Tints of Venus #917980

RGB

 RED value IS 145 (57.03% from 255) = 36.8%

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

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

R = 36.8%
G = 30.71%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#917980 (or 0x917980) is known color: Venus. HEX triplet: 91, 79 and 80. RGB value is (145,121,128). Sum of RGB (Red+Green+Blue) = 145+121+128=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #917980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917980 is #6E867F. Grayscale: #808080. Windows color (decimal): -7243392 or 8419729. OLE color: 8419729.

HSL color Cylindrical-coordinate representation of color #917980: hue angle of 342.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #917980 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 121 128 -
CMYK 0 0.17 0.12 0.43
HSL 342.5º 0.1% 0.52% -
HSV(B) 342.5º 0.17% 0.57% -
XYZ 22.41 21.25 23.34 -
YUV 128.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 145 121 128 0 0.17 0.12 0.43 342.5 0.1 0.52
Hex 91 79 80 0 11 C 2B 156 A 34
Octal 221 171 200 0 21 14 53 526 12 64
Binary 10010001 1111001 10000000 0 10001 1100 101011 101010110 1010 110100

Color Harmonies of #917980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917980

Black with #917980

Text Example


Text Example

White with #917980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917980; }

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

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

background-color css

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

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

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

border-color css

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

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

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