Html Css Color HEX #89607C Strikemaster

📋 copy color: '#89607C'

red 137 ◦ green 96 ◦ blue 124

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

Shades of Strikemaster #89607C

Tints of Strikemaster #89607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

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

R = 38.38%
G = 26.89%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89607C (or 0x89607C) is known color: Strikemaster. HEX triplet: 89, 60 and 7C. RGB value is (137,96,124). Sum of RGB (Red+Green+Blue) = 137+96+124=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #89607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89607C is #769F83. Grayscale: #6F6F6F. Windows color (decimal): -7774084 or 8151177. OLE color: 8151177.

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

Color convert

RGB 137 96 124 -
CMYK 0 0.30 0.09 0.46
HSL 319.02º 0.18% 0.46% -
HSV(B) 319.02º 0.3% 0.54% -
XYZ 18.14 15.14 21.04 -
YUV 111.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 137 96 124 0 0.30 0.09 0.46 319.02 0.18 0.46
Hex 89 60 7C 0 1E 9 2E 13F 12 2E
Octal 211 140 174 0 36 11 56 477 22 56
Binary 10001001 1100000 1111100 0 11110 1001 101110 100111111 10010 101110

Color Harmonies of #89607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89607C

Black with #89607C

Text Example


Text Example

White with #89607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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