Html Css Color HEX #985579 Strikemaster

📋 copy color: '#985579'

red 152 ◦ green 85 ◦ blue 121

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

Shades of Strikemaster #985579

Tints of Strikemaster #985579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 42.46%
G = 23.74%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#985579 (or 0x985579) is known color: Strikemaster. HEX triplet: 98, 55 and 79. RGB value is (152,85,121). Sum of RGB (Red+Green+Blue) = 152+85+121=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #985579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985579 is #67AA86. Grayscale: #6D6D6D. Windows color (decimal): -6793863 or 7951768. OLE color: 7951768.

HSL color Cylindrical-coordinate representation of color #985579: hue angle of 327.76º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985579 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 121 -
CMYK 0 0.44 0.20 0.40
HSL 327.76º 0.28% 0.46% -
HSV(B) 327.76º 0.44% 0.6% -
XYZ 19.65 14.55 19.86 -
YUV 109.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 152 85 121 0 0.44 0.20 0.40 327.76 0.28 0.46
Hex 98 55 79 0 2C 14 28 148 1C 2E
Octal 230 125 171 0 54 24 50 510 34 56
Binary 10011000 1010101 1111001 0 101100 10100 101000 101001000 11100 101110

Color Harmonies of #985579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985579

Black with #985579

Text Example


Text Example

White with #985579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985579; }

 p { color: rgb(152,85,121); }

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

background-color css

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

 a { background-color: rgb(152,85,121); }

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

border-color css

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

 span { border-color: rgb(152,85,121); }

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