Html Css Color HEX #985B7E Strikemaster

📋 copy color: '#985B7E'

red 152 ◦ green 91 ◦ blue 126

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

Shades of Strikemaster #985B7E

Tints of Strikemaster #985B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 41.19%
G = 24.66%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#985B7E (or 0x985B7E) is known color: Strikemaster. HEX triplet: 98, 5B and 7E. RGB value is (152,91,126). Sum of RGB (Red+Green+Blue) = 152+91+126=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B7E is #67A481. Grayscale: #717171. Windows color (decimal): -6792322 or 8280984. OLE color: 8280984.

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

Color convert

RGB 152 91 126 -
CMYK 0 0.40 0.17 0.40
HSL 325.57º 0.25% 0.48% -
HSV(B) 325.57º 0.4% 0.6% -
XYZ 20.46 15.66 21.68 -
YUV 113.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 152 91 126 0 0.40 0.17 0.40 325.57 0.25 0.48
Hex 98 5B 7E 0 28 11 28 146 19 30
Octal 230 133 176 0 50 21 50 506 31 60
Binary 10011000 1011011 1111110 0 101000 10001 101000 101000110 11001 110000

Color Harmonies of #985B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B7E

Black with #985B7E

Text Example


Text Example

White with #985B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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