Html Css Color HEX #957581 Venus

📋 copy color: '#957581'

red 149 ◦ green 117 ◦ blue 129

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

Shades of Venus #957581

Tints of Venus #957581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.62%

 BLUE value IS 129 (50.78% from 255) = 32.66%

R = 37.72%
G = 29.62%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#957581 (or 0x957581) is known color: Venus. HEX triplet: 95, 75 and 81. RGB value is (149,117,129). Sum of RGB (Red+Green+Blue) = 149+117+129=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #957581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957581 is #6A8A7E. Grayscale: #7F7F7F. Windows color (decimal): -6982271 or 8484245. OLE color: 8484245.

HSL color Cylindrical-coordinate representation of color #957581: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957581 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 129 -
CMYK 0 0.21 0.13 0.42
HSL 337.5º 0.13% 0.52% -
HSV(B) 337.5º 0.21% 0.58% -
XYZ 22.72 20.7 23.57 -
YUV 127.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 149 117 129 0 0.21 0.13 0.42 337.5 0.13 0.52
Hex 95 75 81 0 15 D 2A 152 D 34
Octal 225 165 201 0 25 15 52 522 15 64
Binary 10010101 1110101 10000001 0 10101 1101 101010 101010010 1101 110100

Color Harmonies of #957581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957581

Black with #957581

Text Example


Text Example

White with #957581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957581; }

 p { color: rgb(149,117,129); }

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

background-color css

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

 a { background-color: rgb(149,117,129); }

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

border-color css

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

 span { border-color: rgb(149,117,129); }

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