Html Css Color HEX #89617B Strikemaster

📋 copy color: '#89617B'

red 137 ◦ green 97 ◦ blue 123

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

Shades of Strikemaster #89617B

Tints of Strikemaster #89617B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 38.38%
G = 27.17%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#89617B (or 0x89617B) is known color: Strikemaster. HEX triplet: 89, 61 and 7B. RGB value is (137,97,123). Sum of RGB (Red+Green+Blue) = 137+97+123=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #89617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89617B is #769E84. Grayscale: #6F6F6F. Windows color (decimal): -7773829 or 8085897. OLE color: 8085897.

HSL color Cylindrical-coordinate representation of color #89617B: hue angle of 321º 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 #89617B is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 97 123 -
CMYK 0 0.29 0.10 0.46
HSL 321º 0.17% 0.46% -
HSV(B) 321º 0.29% 0.54% -
XYZ 18.17 15.3 20.73 -
YUV 111.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 137 97 123 0 0.29 0.10 0.46 321 0.17 0.46
Hex 89 61 7B 0 1D A 2E 141 11 2E
Octal 211 141 173 0 35 12 56 501 21 56
Binary 10001001 1100001 1111011 0 11101 1010 101110 101000001 10001 101110

Color Harmonies of #89617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89617B

Black with #89617B

Text Example


Text Example

White with #89617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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