Html Css Color HEX #89617F Strikemaster

📋 copy color: '#89617F'

red 137 ◦ green 97 ◦ blue 127

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

Shades of Strikemaster #89617F

Tints of Strikemaster #89617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 127 (50% from 255) = 35.18%

R = 37.95%
G = 26.87%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#89617F (or 0x89617F) is known color: Strikemaster. HEX triplet: 89, 61 and 7F. RGB value is (137,97,127). Sum of RGB (Red+Green+Blue) = 137+97+127=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #89617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89617F is #769E80. Grayscale: #707070. Windows color (decimal): -7773825 or 8348041. OLE color: 8348041.

HSL color Cylindrical-coordinate representation of color #89617F: hue angle of 315º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89617F is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 97 127 -
CMYK 0 0.29 0.07 0.46
HSL 315º 0.17% 0.46% -
HSV(B) 315º 0.29% 0.54% -
XYZ 18.42 15.4 22.08 -
YUV 112.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 137 97 127 0 0.29 0.07 0.46 315 0.17 0.46
Hex 89 61 7F 0 1D 7 2E 13B 11 2E
Octal 211 141 177 0 35 7 56 473 21 56
Binary 10001001 1100001 1111111 0 11101 111 101110 100111011 10001 101110

Color Harmonies of #89617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89617F

Black with #89617F

Text Example


Text Example

White with #89617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89617F; }

 p { color: rgb(137,97,127); }

 H1.HeaderClassName
 {
   color: #89617F;
 }
 .AnyTagClassName
 {
   color: #89617F;
 }
</style>

background-color css

<style>
 a { background-color: #89617F; }

 a { background-color: rgb(137,97,127); }

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

border-color css

<style>
 span { border-color: #89617F; }

 span { border-color: rgb(137,97,127); }

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