Html Css Color HEX #89637D Strikemaster

📋 copy color: '#89637D'

red 137 ◦ green 99 ◦ blue 125

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

Shades of Strikemaster #89637D

Tints of Strikemaster #89637D

RGB

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

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

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

R = 37.95%
G = 27.42%
B = 34.63%

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

#89637D (or 0x89637D) is known color: Strikemaster. HEX triplet: 89, 63 and 7D. RGB value is (137,99,125). Sum of RGB (Red+Green+Blue) = 137+99+125=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #89637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89637D is #769C82. Grayscale: #717171. Windows color (decimal): -7773315 or 8217481. OLE color: 8217481.

HSL color Cylindrical-coordinate representation of color #89637D: hue angle of 318.95º 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 #89637D is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 99 125 -
CMYK 0 0.28 0.09 0.46
HSL 318.95º 0.16% 0.46% -
HSV(B) 318.95º 0.28% 0.54% -
XYZ 18.48 15.72 21.46 -
YUV 113.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 137 99 125 0 0.28 0.09 0.46 318.95 0.16 0.46
Hex 89 63 7D 0 1C 9 2E 13F 10 2E
Octal 211 143 175 0 34 11 56 477 20 56
Binary 10001001 1100011 1111101 0 11100 1001 101110 100111111 10000 101110

Color Harmonies of #89637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89637D

Black with #89637D

Text Example


Text Example

White with #89637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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