Html Css Color HEX #937385 Strikemaster

📋 copy color: '#937385'

red 147 ◦ green 115 ◦ blue 133

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

Shades of Strikemaster #937385

Tints of Strikemaster #937385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 37.22%
G = 29.11%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#937385 (or 0x937385) is known color: Strikemaster. HEX triplet: 93, 73 and 85. RGB value is (147,115,133). Sum of RGB (Red+Green+Blue) = 147+115+133=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #937385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937385 is #6C8C7A. Grayscale: #7E7E7E. Windows color (decimal): -7113851 or 8745875. OLE color: 8745875.

HSL color Cylindrical-coordinate representation of color #937385: hue angle of 326.25º 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 #937385 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 115 133 -
CMYK 0 0.22 0.10 0.42
HSL 326.25º 0.13% 0.51% -
HSV(B) 326.25º 0.22% 0.58% -
XYZ 22.4 20.16 24.9 -
YUV 126.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 147 115 133 0 0.22 0.10 0.42 326.25 0.13 0.51
Hex 93 73 85 0 16 A 2A 146 D 33
Octal 223 163 205 0 26 12 52 506 15 63
Binary 10010011 1110011 10000101 0 10110 1010 101010 101000110 1101 110011

Color Harmonies of #937385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937385

Black with #937385

Text Example


Text Example

White with #937385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937385; }

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

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

background-color css

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

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

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

border-color css

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

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

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