Html Css Color HEX #985989 Strikemaster

📋 copy color: '#985989'

red 152 ◦ green 89 ◦ blue 137

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

Shades of Strikemaster #985989

Tints of Strikemaster #985989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 40.21%
G = 23.54%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#985989 (or 0x985989) is known color: Strikemaster. HEX triplet: 98, 59 and 89. RGB value is (152,89,137). Sum of RGB (Red+Green+Blue) = 152+89+137=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #985989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985989 is #67A676. Grayscale: #717171. Windows color (decimal): -6792823 or 9001368. OLE color: 9001368.

HSL color Cylindrical-coordinate representation of color #985989: hue angle of 314.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985989 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 89 137 -
CMYK 0 0.41 0.10 0.40
HSL 314.29º 0.26% 0.47% -
HSV(B) 314.29º 0.41% 0.6% -
XYZ 21.04 15.63 25.57 -
YUV 113.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 152 89 137 0 0.41 0.10 0.40 314.29 0.26 0.47
Hex 98 59 89 0 29 A 28 13A 1A 2F
Octal 230 131 211 0 51 12 50 472 32 57
Binary 10011000 1011001 10001001 0 101001 1010 101000 100111010 11010 101111

Color Harmonies of #985989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985989

Black with #985989

Text Example


Text Example

White with #985989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985989; }

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

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

background-color css

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

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

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

border-color css

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

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

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