Html Css Color HEX #895879 Strikemaster

📋 copy color: '#895879'

red 137 ◦ green 88 ◦ blue 121

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

Shades of Strikemaster #895879

Tints of Strikemaster #895879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.97%

R = 39.6%
G = 25.43%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#895879 (or 0x895879) is known color: Strikemaster. HEX triplet: 89, 58 and 79. RGB value is (137,88,121). Sum of RGB (Red+Green+Blue) = 137+88+121=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #895879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895879 is #76A786. Grayscale: #6A6A6A. Windows color (decimal): -7776135 or 7952521. OLE color: 7952521.

HSL color Cylindrical-coordinate representation of color #895879: hue angle of 319.59º 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 #895879 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 121 -
CMYK 0 0.36 0.12 0.46
HSL 319.59º 0.22% 0.44% -
HSV(B) 319.59º 0.36% 0.54% -
XYZ 17.26 13.68 19.82 -
YUV 106.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 137 88 121 0 0.36 0.12 0.46 319.59 0.22 0.44
Hex 89 58 79 0 24 C 2E 140 16 2C
Octal 211 130 171 0 44 14 56 500 26 54
Binary 10001001 1011000 1111001 0 100100 1100 101110 101000000 10110 101100

Color Harmonies of #895879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895879

Black with #895879

Text Example


Text Example

White with #895879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895879; }

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

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

background-color css

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

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

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

border-color css

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

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

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