Html Css Color HEX #93637E Strikemaster

📋 copy color: '#93637E'

red 147 ◦ green 99 ◦ blue 126

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

Shades of Strikemaster #93637E

Tints of Strikemaster #93637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.61%

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 39.52%
G = 26.61%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93637E (or 0x93637E) is known color: Strikemaster. HEX triplet: 93, 63 and 7E. RGB value is (147,99,126). Sum of RGB (Red+Green+Blue) = 147+99+126=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93637E is #6C9C81. Grayscale: #747474. Windows color (decimal): -7117954 or 8283027. OLE color: 8283027.

HSL color Cylindrical-coordinate representation of color #93637E: hue angle of 326.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93637E is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 99 126 -
CMYK 0 0.33 0.14 0.42
HSL 326.25º 0.2% 0.48% -
HSV(B) 326.25º 0.33% 0.58% -
XYZ 20.26 16.63 21.88 -
YUV 116.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 147 99 126 0 0.33 0.14 0.42 326.25 0.2 0.48
Hex 93 63 7E 0 21 E 2A 146 14 30
Octal 223 143 176 0 41 16 52 506 24 60
Binary 10010011 1100011 1111110 0 100001 1110 101010 101000110 10100 110000

Color Harmonies of #93637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93637E

Black with #93637E

Text Example


Text Example

White with #93637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93637E; }

 p { color: rgb(147,99,126); }

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

background-color css

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

 a { background-color: rgb(147,99,126); }

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

border-color css

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

 span { border-color: rgb(147,99,126); }

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