Html Css Color HEX #985E80 Strikemaster

📋 copy color: '#985E80'

red 152 ◦ green 94 ◦ blue 128

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

Shades of Strikemaster #985E80

Tints of Strikemaster #985E80

RGB

 RED value IS 152 (59.77% from 255) = 40.64%

 GREEN value IS 94 (37.11% from 255) = 25.13%

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

R = 40.64%
G = 25.13%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#985E80 (or 0x985E80) is known color: Strikemaster. HEX triplet: 98, 5E and 80. RGB value is (152,94,128). Sum of RGB (Red+Green+Blue) = 152+94+128=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #985E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985E80 is #67A17F. Grayscale: #737373. Windows color (decimal): -6791552 or 8412824. OLE color: 8412824.

HSL color Cylindrical-coordinate representation of color #985E80: hue angle of 324.83º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985E80 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 94 128 -
CMYK 0 0.38 0.16 0.40
HSL 324.83º 0.24% 0.48% -
HSV(B) 324.83º 0.38% 0.6% -
XYZ 20.85 16.24 22.46 -
YUV 115.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 152 94 128 0 0.38 0.16 0.40 324.83 0.24 0.48
Hex 98 5E 80 0 26 10 28 145 18 30
Octal 230 136 200 0 46 20 50 505 30 60
Binary 10011000 1011110 10000000 0 100110 10000 101000 101000101 11000 110000

Color Harmonies of #985E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E80

Black with #985E80

Text Example


Text Example

White with #985E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985E80; }

 p { color: rgb(152,94,128); }

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

background-color css

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

 a { background-color: rgb(152,94,128); }

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

border-color css

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

 span { border-color: rgb(152,94,128); }

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