Html Css Color HEX #89627F Strikemaster

📋 copy color: '#89627F'

red 137 ◦ green 98 ◦ blue 127

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

Shades of Strikemaster #89627F

Tints of Strikemaster #89627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

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

R = 37.85%
G = 27.07%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#89627F (or 0x89627F) is known color: Strikemaster. HEX triplet: 89, 62 and 7F. RGB value is (137,98,127). Sum of RGB (Red+Green+Blue) = 137+98+127=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #89627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89627F is #769D80. Grayscale: #707070. Windows color (decimal): -7773569 or 8348297. OLE color: 8348297.

HSL color Cylindrical-coordinate representation of color #89627F: hue angle of 315.38º degrees, saturation: 0.17, 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 #89627F is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 98 127 -
CMYK 0 0.28 0.07 0.46
HSL 315.38º 0.17% 0.46% -
HSV(B) 315.38º 0.28% 0.54% -
XYZ 18.51 15.59 22.11 -
YUV 112.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 137 98 127 0 0.28 0.07 0.46 315.38 0.17 0.46
Hex 89 62 7F 0 1C 7 2E 13B 11 2E
Octal 211 142 177 0 34 7 56 473 21 56
Binary 10001001 1100010 1111111 0 11100 111 101110 100111011 10001 101110

Color Harmonies of #89627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89627F

Black with #89627F

Text Example


Text Example

White with #89627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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