Html Css Color HEX #985C80 Strikemaster

📋 copy color: '#985C80'

red 152 ◦ green 92 ◦ blue 128

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

Shades of Strikemaster #985C80

Tints of Strikemaster #985C80

RGB

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

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

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

R = 40.86%
G = 24.73%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#985C80 (or 0x985C80) is known color: Strikemaster. HEX triplet: 98, 5C and 80. RGB value is (152,92,128). Sum of RGB (Red+Green+Blue) = 152+92+128=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #985C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C80 is #67A37F. Grayscale: #717171. Windows color (decimal): -6792064 or 8412312. OLE color: 8412312.

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

Color convert

RGB 152 92 128 -
CMYK 0 0.39 0.16 0.40
HSL 324º 0.25% 0.48% -
HSV(B) 324º 0.39% 0.6% -
XYZ 20.67 15.89 22.4 -
YUV 114.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 152 92 128 0 0.39 0.16 0.40 324 0.25 0.48
Hex 98 5C 80 0 27 10 28 144 19 30
Octal 230 134 200 0 47 20 50 504 31 60
Binary 10011000 1011100 10000000 0 100111 10000 101000 101000100 11001 110000

Color Harmonies of #985C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C80

Black with #985C80

Text Example


Text Example

White with #985C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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