Html Css Color HEX #957884 Venus

📋 copy color: '#957884'

red 149 ◦ green 120 ◦ blue 132

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

Shades of Venus #957884

Tints of Venus #957884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.93%

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

R = 37.16%
G = 29.93%
B = 32.92%

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

#957884 (or 0x957884) is known color: Venus. HEX triplet: 95, 78 and 84. RGB value is (149,120,132). Sum of RGB (Red+Green+Blue) = 149+120+132=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #957884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957884 is #6A877B. Grayscale: #828282. Windows color (decimal): -6981500 or 8681621. OLE color: 8681621.

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

Color convert

RGB 149 120 132 -
CMYK 0 0.19 0.11 0.42
HSL 335.17º 0.12% 0.53% -
HSV(B) 335.17º 0.19% 0.58% -
XYZ 23.28 21.49 24.75 -
YUV 130.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 149 120 132 0 0.19 0.11 0.42 335.17 0.12 0.53
Hex 95 78 84 0 13 B 2A 14F C 35
Octal 225 170 204 0 23 13 52 517 14 65
Binary 10010101 1111000 10000100 0 10011 1011 101010 101001111 1100 110101

Color Harmonies of #957884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957884

Black with #957884

Text Example


Text Example

White with #957884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957884; }

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

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

background-color css

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

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

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

border-color css

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

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

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