Html Css Color HEX #937080 Strikemaster

📋 copy color: '#937080'

red 147 ◦ green 112 ◦ blue 128

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

Shades of Strikemaster #937080

Tints of Strikemaster #937080

RGB

 RED value IS 147 (57.81% from 255) = 37.98%

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

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

R = 37.98%
G = 28.94%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#937080 (or 0x937080) is known color: Strikemaster. HEX triplet: 93, 70 and 80. RGB value is (147,112,128). Sum of RGB (Red+Green+Blue) = 147+112+128=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #937080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937080 is #6C8F7F. Grayscale: #7C7C7C. Windows color (decimal): -7114624 or 8417427. OLE color: 8417427.

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

Color convert

RGB 147 112 128 -
CMYK 0 0.24 0.13 0.42
HSL 332.57º 0.14% 0.51% -
HSV(B) 332.57º 0.24% 0.58% -
XYZ 21.72 19.35 23.01 -
YUV 124.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 147 112 128 0 0.24 0.13 0.42 332.57 0.14 0.51
Hex 93 70 80 0 18 D 2A 14D E 33
Octal 223 160 200 0 30 15 52 515 16 63
Binary 10010011 1110000 10000000 0 11000 1101 101010 101001101 1110 110011

Color Harmonies of #937080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937080

Black with #937080

Text Example


Text Example

White with #937080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937080; }

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

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

background-color css

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

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

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

border-color css

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

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

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