Html Css Color HEX #896580 Strikemaster

📋 copy color: '#896580'

red 137 ◦ green 101 ◦ blue 128

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

Shades of Strikemaster #896580

Tints of Strikemaster #896580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

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

R = 37.43%
G = 27.6%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#896580 (or 0x896580) is known color: Strikemaster. HEX triplet: 89, 65 and 80. RGB value is (137,101,128). Sum of RGB (Red+Green+Blue) = 137+101+128=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #896580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896580 is #769A7F. Grayscale: #727272. Windows color (decimal): -7772800 or 8414601. OLE color: 8414601.

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

Color convert

RGB 137 101 128 -
CMYK 0 0.26 0.07 0.46
HSL 315º 0.15% 0.47% -
HSV(B) 315º 0.26% 0.54% -
XYZ 18.87 16.18 22.55 -
YUV 114.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 137 101 128 0 0.26 0.07 0.46 315 0.15 0.47
Hex 89 65 80 0 1A 7 2E 13B F 2F
Octal 211 145 200 0 32 7 56 473 17 57
Binary 10001001 1100101 10000000 0 11010 111 101110 100111011 1111 101111

Color Harmonies of #896580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896580

Black with #896580

Text Example


Text Example

White with #896580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896580; }

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

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

background-color css

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

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

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

border-color css

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

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

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