Html Css Color HEX #895C7D Strikemaster

📋 copy color: '#895C7D'

red 137 ◦ green 92 ◦ blue 125

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

Shades of Strikemaster #895C7D

Tints of Strikemaster #895C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 38.7%
G = 25.99%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#895C7D (or 0x895C7D) is known color: Strikemaster. HEX triplet: 89, 5C and 7D. RGB value is (137,92,125). Sum of RGB (Red+Green+Blue) = 137+92+125=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #895C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C7D is #76A382. Grayscale: #6D6D6D. Windows color (decimal): -7775107 or 8215689. OLE color: 8215689.

HSL color Cylindrical-coordinate representation of color #895C7D: hue angle of 316º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #895C7D is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 92 125 -
CMYK 0 0.33 0.09 0.46
HSL 316º 0.2% 0.45% -
HSV(B) 316º 0.33% 0.54% -
XYZ 17.85 14.45 21.25 -
YUV 109.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 137 92 125 0 0.33 0.09 0.46 316 0.2 0.45
Hex 89 5C 7D 0 21 9 2E 13C 14 2D
Octal 211 134 175 0 41 11 56 474 24 55
Binary 10001001 1011100 1111101 0 100001 1001 101110 100111100 10100 101101

Color Harmonies of #895C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C7D

Black with #895C7D

Text Example


Text Example

White with #895C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895C7D; }

 p { color: rgb(137,92,125); }

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

background-color css

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

 a { background-color: rgb(137,92,125); }

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

border-color css

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

 span { border-color: rgb(137,92,125); }

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