Html Css Color HEX #985D7C Strikemaster

📋 copy color: '#985D7C'

red 152 ◦ green 93 ◦ blue 124

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

Shades of Strikemaster #985D7C

Tints of Strikemaster #985D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

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

R = 41.19%
G = 25.2%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#985D7C (or 0x985D7C) is known color: Strikemaster. HEX triplet: 98, 5D and 7C. RGB value is (152,93,124). Sum of RGB (Red+Green+Blue) = 152+93+124=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D7C is #67A283. Grayscale: #727272. Windows color (decimal): -6791812 or 8150424. OLE color: 8150424.

HSL color Cylindrical-coordinate representation of color #985D7C: hue angle of 328.47º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985D7C is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 93 124 -
CMYK 0 0.39 0.18 0.40
HSL 328.47º 0.24% 0.48% -
HSV(B) 328.47º 0.39% 0.6% -
XYZ 20.5 15.96 21.07 -
YUV 114.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 152 93 124 0 0.39 0.18 0.40 328.47 0.24 0.48
Hex 98 5D 7C 0 27 12 28 148 18 30
Octal 230 135 174 0 47 22 50 510 30 60
Binary 10011000 1011101 1111100 0 100111 10010 101000 101001000 11000 110000

Color Harmonies of #985D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D7C

Black with #985D7C

Text Example


Text Example

White with #985D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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