Html Css Color HEX #957984 Venus

📋 copy color: '#957984'

red 149 ◦ green 121 ◦ blue 132

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

Shades of Venus #957984

Tints of Venus #957984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.84%

R = 37.06%
G = 30.1%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#957984 (or 0x957984) is known color: Venus. HEX triplet: 95, 79 and 84. RGB value is (149,121,132). Sum of RGB (Red+Green+Blue) = 149+121+132=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #957984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957984 is #6A867B. Grayscale: #828282. Windows color (decimal): -6981244 or 8681877. OLE color: 8681877.

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

Color convert

RGB 149 121 132 -
CMYK 0 0.19 0.11 0.42
HSL 336.43º 0.12% 0.53% -
HSV(B) 336.43º 0.19% 0.58% -
XYZ 23.4 21.73 24.79 -
YUV 130.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 149 121 132 0 0.19 0.11 0.42 336.43 0.12 0.53
Hex 95 79 84 0 13 B 2A 150 C 35
Octal 225 171 204 0 23 13 52 520 14 65
Binary 10010101 1111001 10000100 0 10011 1011 101010 101010000 1100 110101

Color Harmonies of #957984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957984

Black with #957984

Text Example


Text Example

White with #957984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957984; }

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

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

background-color css

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

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

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

border-color css

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

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

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