Html Css Color HEX #89587A Strikemaster

📋 copy color: '#89587A'

red 137 ◦ green 88 ◦ blue 122

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

Shades of Strikemaster #89587A

Tints of Strikemaster #89587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 39.48%
G = 25.36%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89587A (or 0x89587A) is known color: Strikemaster. HEX triplet: 89, 58 and 7A. RGB value is (137,88,122). Sum of RGB (Red+Green+Blue) = 137+88+122=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89587A is #76A785. Grayscale: #6A6A6A. Windows color (decimal): -7776134 or 8018057. OLE color: 8018057.

HSL color Cylindrical-coordinate representation of color #89587A: hue angle of 318.37º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89587A is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 122 -
CMYK 0 0.36 0.11 0.46
HSL 318.37º 0.22% 0.44% -
HSV(B) 318.37º 0.36% 0.54% -
XYZ 17.32 13.7 20.14 -
YUV 106.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 137 88 122 0 0.36 0.11 0.46 318.37 0.22 0.44
Hex 89 58 7A 0 24 B 2E 13E 16 2C
Octal 211 130 172 0 44 13 56 476 26 54
Binary 10001001 1011000 1111010 0 100100 1011 101110 100111110 10110 101100

Color Harmonies of #89587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89587A

Black with #89587A

Text Example


Text Example

White with #89587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89587A; }

 p { color: rgb(137,88,122); }

 H1.HeaderClassName
 {
   color: #89587A;
 }
 .AnyTagClassName
 {
   color: #89587A;
 }
</style>

background-color css

<style>
 a { background-color: #89587A; }

 a { background-color: rgb(137,88,122); }

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

border-color css

<style>
 span { border-color: #89587A; }

 span { border-color: rgb(137,88,122); }

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