Html Css Color HEX #93497B Strikemaster

📋 copy color: '#93497B'

red 147 ◦ green 73 ◦ blue 123

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

Shades of Strikemaster #93497B

Tints of Strikemaster #93497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 42.86%
G = 21.28%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93497B (or 0x93497B) is known color: Strikemaster. HEX triplet: 93, 49 and 7B. RGB value is (147,73,123). Sum of RGB (Red+Green+Blue) = 147+73+123=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93497B is #6CB684. Grayscale: #646464. Windows color (decimal): -7124613 or 8079763. OLE color: 8079763.

HSL color Cylindrical-coordinate representation of color #93497B: hue angle of 319.46º 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 #93497B is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 73 123 -
CMYK 0 0.50 0.16 0.42
HSL 319.46º 0.34% 0.43% -
HSV(B) 319.46º 0.5% 0.58% -
XYZ 17.99 12.4 20.18 -
YUV 100.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 147 73 123 0 0.50 0.16 0.42 319.46 0.34 0.43
Hex 93 49 7B 0 32 10 2A 13F 22 2B
Octal 223 111 173 0 62 20 52 477 42 53
Binary 10010011 1001001 1111011 0 110010 10000 101010 100111111 100010 101011

Color Harmonies of #93497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93497B

Black with #93497B

Text Example


Text Example

White with #93497B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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