Html Css Color HEX #896881 Strikemaster

📋 copy color: '#896881'

red 137 ◦ green 104 ◦ blue 129

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

Shades of Strikemaster #896881

Tints of Strikemaster #896881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 37.03%
G = 28.11%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#896881 (or 0x896881) is known color: Strikemaster. HEX triplet: 89, 68 and 81. RGB value is (137,104,129). Sum of RGB (Red+Green+Blue) = 137+104+129=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #896881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896881 is #76977E. Grayscale: #747474. Windows color (decimal): -7772031 or 8480905. OLE color: 8480905.

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

Color convert

RGB 137 104 129 -
CMYK 0 0.24 0.06 0.46
HSL 314.55º 0.14% 0.47% -
HSV(B) 314.55º 0.24% 0.54% -
XYZ 19.23 16.8 23 -
YUV 116.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 137 104 129 0 0.24 0.06 0.46 314.55 0.14 0.47
Hex 89 68 81 0 18 6 2E 13B E 2F
Octal 211 150 201 0 30 6 56 473 16 57
Binary 10001001 1101000 10000001 0 11000 110 101110 100111011 1110 101111

Color Harmonies of #896881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896881

Black with #896881

Text Example


Text Example

White with #896881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896881; }

 p { color: rgb(137,104,129); }

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

background-color css

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

 a { background-color: rgb(137,104,129); }

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

border-color css

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

 span { border-color: rgb(137,104,129); }

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