Html Css Color HEX #93687C Strikemaster

📋 copy color: '#93687C'

red 147 ◦ green 104 ◦ blue 124

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

Shades of Strikemaster #93687C

Tints of Strikemaster #93687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 39.2%
G = 27.73%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93687C (or 0x93687C) is known color: Strikemaster. HEX triplet: 93, 68 and 7C. RGB value is (147,104,124). Sum of RGB (Red+Green+Blue) = 147+104+124=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #93687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93687C is #6C9783. Grayscale: #777777. Windows color (decimal): -7116676 or 8153235. OLE color: 8153235.

HSL color Cylindrical-coordinate representation of color #93687C: hue angle of 332.09º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93687C is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 104 124 -
CMYK 0 0.29 0.16 0.42
HSL 332.09º 0.17% 0.49% -
HSV(B) 332.09º 0.29% 0.58% -
XYZ 20.62 17.56 21.37 -
YUV 119.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 147 104 124 0 0.29 0.16 0.42 332.09 0.17 0.49
Hex 93 68 7C 0 1D 10 2A 14C 11 31
Octal 223 150 174 0 35 20 52 514 21 61
Binary 10010011 1101000 1111100 0 11101 10000 101010 101001100 10001 110001

Color Harmonies of #93687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93687C

Black with #93687C

Text Example


Text Example

White with #93687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93687C; }

 p { color: rgb(147,104,124); }

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

background-color css

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

 a { background-color: rgb(147,104,124); }

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

border-color css

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

 span { border-color: rgb(147,104,124); }

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