Html Css Color HEX #93647E Strikemaster

📋 copy color: '#93647E'

red 147 ◦ green 100 ◦ blue 126

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

Shades of Strikemaster #93647E

Tints of Strikemaster #93647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

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

R = 39.41%
G = 26.81%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93647E (or 0x93647E) is known color: Strikemaster. HEX triplet: 93, 64 and 7E. RGB value is (147,100,126). Sum of RGB (Red+Green+Blue) = 147+100+126=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93647E is #6C9B81. Grayscale: #747474. Windows color (decimal): -7117698 or 8283283. OLE color: 8283283.

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

Color convert

RGB 147 100 126 -
CMYK 0 0.32 0.14 0.42
HSL 326.81º 0.19% 0.48% -
HSV(B) 326.81º 0.32% 0.58% -
XYZ 20.36 16.82 21.91 -
YUV 117.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 147 100 126 0 0.32 0.14 0.42 326.81 0.19 0.48
Hex 93 64 7E 0 20 E 2A 147 13 30
Octal 223 144 176 0 40 16 52 507 23 60
Binary 10010011 1100100 1111110 0 100000 1110 101010 101000111 10011 110000

Color Harmonies of #93647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93647E

Black with #93647E

Text Example


Text Example

White with #93647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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