Html Css Color HEX #947983 Venus

📋 copy color: '#947983'

red 148 ◦ green 121 ◦ blue 131

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

Shades of Venus #947983

Tints of Venus #947983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 37%
G = 30.25%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#947983 (or 0x947983) is known color: Venus. HEX triplet: 94, 79 and 83. RGB value is (148,121,131). Sum of RGB (Red+Green+Blue) = 148+121+131=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #947983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947983 is #6B867C. Grayscale: #828282. Windows color (decimal): -7046781 or 8616340. OLE color: 8616340.

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

Color convert

RGB 148 121 131 -
CMYK 0 0.18 0.11 0.42
HSL 337.78º 0.11% 0.53% -
HSV(B) 337.78º 0.18% 0.58% -
XYZ 23.15 21.61 24.42 -
YUV 130.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 148 121 131 0 0.18 0.11 0.42 337.78 0.11 0.53
Hex 94 79 83 0 12 B 2A 152 B 35
Octal 224 171 203 0 22 13 52 522 13 65
Binary 10010100 1111001 10000011 0 10010 1011 101010 101010010 1011 110101

Color Harmonies of #947983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947983

Black with #947983

Text Example


Text Example

White with #947983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947983; }

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

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

background-color css

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

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

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

border-color css

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

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

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