Html Css Color HEX #937381 Strikemaster

📋 copy color: '#937381'

red 147 ◦ green 115 ◦ blue 129

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

Shades of Strikemaster #937381

Tints of Strikemaster #937381

RGB

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

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

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

R = 37.6%
G = 29.41%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#937381 (or 0x937381) is known color: Strikemaster. HEX triplet: 93, 73 and 81. RGB value is (147,115,129). Sum of RGB (Red+Green+Blue) = 147+115+129=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #937381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937381 is #6C8C7E. Grayscale: #7E7E7E. Windows color (decimal): -7113855 or 8483731. OLE color: 8483731.

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

Color convert

RGB 147 115 129 -
CMYK 0 0.22 0.12 0.42
HSL 333.75º 0.13% 0.51% -
HSV(B) 333.75º 0.22% 0.58% -
XYZ 22.13 20.05 23.47 -
YUV 126.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 147 115 129 0 0.22 0.12 0.42 333.75 0.13 0.51
Hex 93 73 81 0 16 C 2A 14E D 33
Octal 223 163 201 0 26 14 52 516 15 63
Binary 10010011 1110011 10000001 0 10110 1100 101010 101001110 1101 110011

Color Harmonies of #937381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937381

Black with #937381

Text Example


Text Example

White with #937381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937381; }

 p { color: rgb(147,115,129); }

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

background-color css

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

 a { background-color: rgb(147,115,129); }

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

border-color css

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

 span { border-color: rgb(147,115,129); }

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