Html Css Color HEX #985E89 Strikemaster

📋 copy color: '#985E89'

red 152 ◦ green 94 ◦ blue 137

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

Shades of Strikemaster #985E89

Tints of Strikemaster #985E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 39.69%
G = 24.54%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#985E89 (or 0x985E89) is known color: Strikemaster. HEX triplet: 98, 5E and 89. RGB value is (152,94,137). Sum of RGB (Red+Green+Blue) = 152+94+137=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #985E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985E89 is #67A176. Grayscale: #747474. Windows color (decimal): -6791543 or 9002648. OLE color: 9002648.

HSL color Cylindrical-coordinate representation of color #985E89: hue angle of 315.52º 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 #985E89 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 94 137 -
CMYK 0 0.38 0.10 0.40
HSL 315.52º 0.24% 0.48% -
HSV(B) 315.52º 0.38% 0.6% -
XYZ 21.47 16.49 25.72 -
YUV 116.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 152 94 137 0 0.38 0.10 0.40 315.52 0.24 0.48
Hex 98 5E 89 0 26 A 28 13C 18 30
Octal 230 136 211 0 46 12 50 474 30 60
Binary 10011000 1011110 10001001 0 100110 1010 101000 100111100 11000 110000

Color Harmonies of #985E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E89

Black with #985E89

Text Example


Text Example

White with #985E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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