Html Css Color HEX #985B7C Strikemaster

📋 copy color: '#985B7C'

red 152 ◦ green 91 ◦ blue 124

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

Shades of Strikemaster #985B7C

Tints of Strikemaster #985B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 41.42%
G = 24.8%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#985B7C (or 0x985B7C) is known color: Strikemaster. HEX triplet: 98, 5B and 7C. RGB value is (152,91,124). Sum of RGB (Red+Green+Blue) = 152+91+124=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #985B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B7C is #67A483. Grayscale: #707070. Windows color (decimal): -6792324 or 8149912. OLE color: 8149912.

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

Color convert

RGB 152 91 124 -
CMYK 0 0.40 0.18 0.40
HSL 327.54º 0.25% 0.48% -
HSV(B) 327.54º 0.4% 0.6% -
XYZ 20.33 15.61 21.01 -
YUV 113 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 152 91 124 0 0.40 0.18 0.40 327.54 0.25 0.48
Hex 98 5B 7C 0 28 12 28 148 19 30
Octal 230 133 174 0 50 22 50 510 31 60
Binary 10011000 1011011 1111100 0 101000 10010 101000 101001000 11001 110000

Color Harmonies of #985B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B7C

Black with #985B7C

Text Example


Text Example

White with #985B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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