Html Css Color HEX #957986 Venus

📋 copy color: '#957986'

red 149 ◦ green 121 ◦ blue 134

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

Shades of Venus #957986

Tints of Venus #957986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.17%

R = 36.88%
G = 29.95%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#957986 (or 0x957986) is known color: Venus. HEX triplet: 95, 79 and 86. RGB value is (149,121,134). Sum of RGB (Red+Green+Blue) = 149+121+134=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #957986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957986 is #6A8679. Grayscale: #828282. Windows color (decimal): -6981242 or 8812949. OLE color: 8812949.

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

Color convert

RGB 149 121 134 -
CMYK 0 0.19 0.10 0.42
HSL 332.14º 0.12% 0.53% -
HSV(B) 332.14º 0.19% 0.58% -
XYZ 23.53 21.79 25.52 -
YUV 130.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 149 121 134 0 0.19 0.10 0.42 332.14 0.12 0.53
Hex 95 79 86 0 13 A 2A 14C C 35
Octal 225 171 206 0 23 12 52 514 14 65
Binary 10010101 1111001 10000110 0 10011 1010 101010 101001100 1100 110101

Color Harmonies of #957986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957986

Black with #957986

Text Example


Text Example

White with #957986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957986; }

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

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

background-color css

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

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

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

border-color css

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

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

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