Html Css Color HEX #947980 Venus

📋 copy color: '#947980'

red 148 ◦ green 121 ◦ blue 128

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

Shades of Venus #947980

Tints of Venus #947980

RGB

 RED value IS 148 (58.2% from 255) = 37.28%

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

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

R = 37.28%
G = 30.48%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#947980 (or 0x947980) is known color: Venus. HEX triplet: 94, 79 and 80. RGB value is (148,121,128). Sum of RGB (Red+Green+Blue) = 148+121+128=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #947980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947980 is #6B867F. Grayscale: #818181. Windows color (decimal): -7046784 or 8419732. OLE color: 8419732.

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

Color convert

RGB 148 121 128 -
CMYK 0 0.18 0.14 0.42
HSL 344.44º 0.11% 0.53% -
HSV(B) 344.44º 0.18% 0.58% -
XYZ 22.95 21.53 23.37 -
YUV 129.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 148 121 128 0 0.18 0.14 0.42 344.44 0.11 0.53
Hex 94 79 80 0 12 E 2A 158 B 35
Octal 224 171 200 0 22 16 52 530 13 65
Binary 10010100 1111001 10000000 0 10010 1110 101010 101011000 1011 110101

Color Harmonies of #947980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947980

Black with #947980

Text Example


Text Example

White with #947980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947980; }

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

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

background-color css

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

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

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

border-color css

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

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

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