Html Css Color HEX #985B80 Strikemaster

📋 copy color: '#985B80'

red 152 ◦ green 91 ◦ blue 128

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

Shades of Strikemaster #985B80

Tints of Strikemaster #985B80

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.53%

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

R = 40.97%
G = 24.53%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#985B80 (or 0x985B80) is known color: Strikemaster. HEX triplet: 98, 5B and 80. RGB value is (152,91,128). Sum of RGB (Red+Green+Blue) = 152+91+128=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985B80 is #67A47F. Grayscale: #717171. Windows color (decimal): -6792320 or 8412056. OLE color: 8412056.

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

Color convert

RGB 152 91 128 -
CMYK 0 0.40 0.16 0.40
HSL 323.61º 0.25% 0.48% -
HSV(B) 323.61º 0.4% 0.6% -
XYZ 20.59 15.72 22.37 -
YUV 113.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 152 91 128 0 0.40 0.16 0.40 323.61 0.25 0.48
Hex 98 5B 80 0 28 10 28 144 19 30
Octal 230 133 200 0 50 20 50 504 31 60
Binary 10011000 1011011 10000000 0 101000 10000 101000 101000100 11001 110000

Color Harmonies of #985B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B80

Black with #985B80

Text Example


Text Example

White with #985B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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