Html Css Color HEX #985E7C Strikemaster

📋 copy color: '#985E7C'

red 152 ◦ green 94 ◦ blue 124

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

Shades of Strikemaster #985E7C

Tints of Strikemaster #985E7C

RGB

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

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

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

R = 41.08%
G = 25.41%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#985E7C (or 0x985E7C) is known color: Strikemaster. HEX triplet: 98, 5E and 7C. RGB value is (152,94,124). Sum of RGB (Red+Green+Blue) = 152+94+124=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E7C is #67A183. Grayscale: #727272. Windows color (decimal): -6791556 or 8150680. OLE color: 8150680.

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

Color convert

RGB 152 94 124 -
CMYK 0 0.38 0.18 0.40
HSL 328.97º 0.24% 0.48% -
HSV(B) 328.97º 0.38% 0.6% -
XYZ 20.59 16.14 21.1 -
YUV 114.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 152 94 124 0 0.38 0.18 0.40 328.97 0.24 0.48
Hex 98 5E 7C 0 26 12 28 149 18 30
Octal 230 136 174 0 46 22 50 511 30 60
Binary 10011000 1011110 1111100 0 100110 10010 101000 101001001 11000 110000

Color Harmonies of #985E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E7C

Black with #985E7C

Text Example


Text Example

White with #985E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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