Html Css Color HEX #93497D Strikemaster

📋 copy color: '#93497D'

red 147 ◦ green 73 ◦ blue 125

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

Shades of Strikemaster #93497D

Tints of Strikemaster #93497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.16%

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 42.61%
G = 21.16%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93497D (or 0x93497D) is known color: Strikemaster. HEX triplet: 93, 49 and 7D. RGB value is (147,73,125). Sum of RGB (Red+Green+Blue) = 147+73+125=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #93497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93497D is #6CB682. Grayscale: #646464. Windows color (decimal): -7124611 or 8210835. OLE color: 8210835.

HSL color Cylindrical-coordinate representation of color #93497D: hue angle of 317.84º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93497D is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 73 125 -
CMYK 0 0.50 0.15 0.42
HSL 317.84º 0.34% 0.43% -
HSV(B) 317.84º 0.5% 0.58% -
XYZ 18.12 12.45 20.85 -
YUV 101.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 147 73 125 0 0.50 0.15 0.42 317.84 0.34 0.43
Hex 93 49 7D 0 32 F 2A 13E 22 2B
Octal 223 111 175 0 62 17 52 476 42 53
Binary 10010011 1001001 1111101 0 110010 1111 101010 100111110 100010 101011

Color Harmonies of #93497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93497D

Black with #93497D

Text Example


Text Example

White with #93497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93497D; }

 p { color: rgb(147,73,125); }

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

background-color css

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

 a { background-color: rgb(147,73,125); }

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

border-color css

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

 span { border-color: rgb(147,73,125); }

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