Html Css Color HEX #896980 Strikemaster

📋 copy color: '#896980'

red 137 ◦ green 105 ◦ blue 128

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

Shades of Strikemaster #896980

Tints of Strikemaster #896980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.38%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 37.03%
G = 28.38%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#896980 (or 0x896980) is known color: Strikemaster. HEX triplet: 89, 69 and 80. RGB value is (137,105,128). Sum of RGB (Red+Green+Blue) = 137+105+128=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #896980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896980 is #76967F. Grayscale: #757575. Windows color (decimal): -7771776 or 8415625. OLE color: 8415625.

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

Color convert

RGB 137 105 128 -
CMYK 0 0.23 0.07 0.46
HSL 316.88º 0.13% 0.47% -
HSV(B) 316.88º 0.23% 0.54% -
XYZ 19.26 16.98 22.68 -
YUV 117.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 137 105 128 0 0.23 0.07 0.46 316.88 0.13 0.47
Hex 89 69 80 0 17 7 2E 13D D 2F
Octal 211 151 200 0 27 7 56 475 15 57
Binary 10001001 1101001 10000000 0 10111 111 101110 100111101 1101 101111

Color Harmonies of #896980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896980

Black with #896980

Text Example


Text Example

White with #896980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896980; }

 p { color: rgb(137,105,128); }

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

background-color css

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

 a { background-color: rgb(137,105,128); }

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

border-color css

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

 span { border-color: rgb(137,105,128); }

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