Html Css Color HEX #957080 Strikemaster

📋 copy color: '#957080'

red 149 ◦ green 112 ◦ blue 128

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

Shades of Strikemaster #957080

Tints of Strikemaster #957080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

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

R = 38.3%
G = 28.79%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#957080 (or 0x957080) is known color: Strikemaster. HEX triplet: 95, 70 and 80. RGB value is (149,112,128). Sum of RGB (Red+Green+Blue) = 149+112+128=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #957080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957080 is #6A8F7F. Grayscale: #7C7C7C. Windows color (decimal): -6983552 or 8417429. OLE color: 8417429.

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

Color convert

RGB 149 112 128 -
CMYK 0 0.25 0.14 0.42
HSL 334.05º 0.15% 0.51% -
HSV(B) 334.05º 0.25% 0.58% -
XYZ 22.08 19.54 23.03 -
YUV 124.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 149 112 128 0 0.25 0.14 0.42 334.05 0.15 0.51
Hex 95 70 80 0 19 E 2A 14E F 33
Octal 225 160 200 0 31 16 52 516 17 63
Binary 10010101 1110000 10000000 0 11001 1110 101010 101001110 1111 110011

Color Harmonies of #957080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957080

Black with #957080

Text Example


Text Example

White with #957080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957080; }

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

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

background-color css

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

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

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

border-color css

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

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

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