Html Css Color HEX #89637C Strikemaster

📋 copy color: '#89637C'

red 137 ◦ green 99 ◦ blue 124

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

Shades of Strikemaster #89637C

Tints of Strikemaster #89637C

RGB

 RED value IS 137 (53.91% from 255) = 38.06%

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

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 38.06%
G = 27.5%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89637C (or 0x89637C) is known color: Strikemaster. HEX triplet: 89, 63 and 7C. RGB value is (137,99,124). Sum of RGB (Red+Green+Blue) = 137+99+124=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89637C is #769C83. Grayscale: #717171. Windows color (decimal): -7773316 or 8151945. OLE color: 8151945.

HSL color Cylindrical-coordinate representation of color #89637C: hue angle of 320.53º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89637C is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 99 124 -
CMYK 0 0.28 0.09 0.46
HSL 320.53º 0.16% 0.46% -
HSV(B) 320.53º 0.28% 0.54% -
XYZ 18.42 15.7 21.13 -
YUV 113.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 137 99 124 0 0.28 0.09 0.46 320.53 0.16 0.46
Hex 89 63 7C 0 1C 9 2E 141 10 2E
Octal 211 143 174 0 34 11 56 501 20 56
Binary 10001001 1100011 1111100 0 11100 1001 101110 101000001 10000 101110

Color Harmonies of #89637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89637C

Black with #89637C

Text Example


Text Example

White with #89637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89637C; }

 p { color: rgb(137,99,124); }

 H1.HeaderClassName
 {
   color: #89637C;
 }
 .AnyTagClassName
 {
   color: #89637C;
 }
</style>

background-color css

<style>
 a { background-color: #89637C; }

 a { background-color: rgb(137,99,124); }

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

border-color css

<style>
 span { border-color: #89637C; }

 span { border-color: rgb(137,99,124); }

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