Html Css Color HEX #93477A Strikemaster

📋 copy color: '#93477A'

red 147 ◦ green 71 ◦ blue 122

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

Shades of Strikemaster #93477A

Tints of Strikemaster #93477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.88%

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 43.24%
G = 20.88%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#93477A (or 0x93477A) is known color: Strikemaster. HEX triplet: 93, 47 and 7A. RGB value is (147,71,122). Sum of RGB (Red+Green+Blue) = 147+71+122=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93477A is #6CB885. Grayscale: #636363. Windows color (decimal): -7125126 or 8013715. OLE color: 8013715.

HSL color Cylindrical-coordinate representation of color #93477A: hue angle of 319.74º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93477A is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 71 122 -
CMYK 0 0.52 0.17 0.42
HSL 319.74º 0.35% 0.43% -
HSV(B) 319.74º 0.52% 0.58% -
XYZ 17.8 12.11 19.81 -
YUV 99.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 147 71 122 0 0.52 0.17 0.42 319.74 0.35 0.43
Hex 93 47 7A 0 34 11 2A 140 23 2B
Octal 223 107 172 0 64 21 52 500 43 53
Binary 10010011 1000111 1111010 0 110100 10001 101010 101000000 100011 101011

Color Harmonies of #93477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93477A

Black with #93477A

Text Example


Text Example

White with #93477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93477A; }

 p { color: rgb(147,71,122); }

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

background-color css

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

 a { background-color: rgb(147,71,122); }

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

border-color css

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

 span { border-color: rgb(147,71,122); }

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