Html Css Color HEX #957380 Venus

📋 copy color: '#957380'

red 149 ◦ green 115 ◦ blue 128

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

Shades of Venus #957380

Tints of Venus #957380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.34%

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 38.01%
G = 29.34%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#957380 (or 0x957380) is known color: Venus. HEX triplet: 95, 73 and 80. RGB value is (149,115,128). Sum of RGB (Red+Green+Blue) = 149+115+128=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #957380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957380 is #6A8C7F. Grayscale: #7E7E7E. Windows color (decimal): -6982784 or 8418197. OLE color: 8418197.

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

Color convert

RGB 149 115 128 -
CMYK 0 0.23 0.14 0.42
HSL 337.06º 0.14% 0.52% -
HSV(B) 337.06º 0.23% 0.58% -
XYZ 22.42 20.21 23.14 -
YUV 126.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 149 115 128 0 0.23 0.14 0.42 337.06 0.14 0.52
Hex 95 73 80 0 17 E 2A 151 E 34
Octal 225 163 200 0 27 16 52 521 16 64
Binary 10010101 1110011 10000000 0 10111 1110 101010 101010001 1110 110100

Color Harmonies of #957380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957380

Black with #957380

Text Example


Text Example

White with #957380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957380; }

 p { color: rgb(149,115,128); }

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

background-color css

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

 a { background-color: rgb(149,115,128); }

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

border-color css

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

 span { border-color: rgb(149,115,128); }

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