Html Css Color HEX #98587C Strikemaster

📋 copy color: '#98587C'

red 152 ◦ green 88 ◦ blue 124

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

Shades of Strikemaster #98587C

Tints of Strikemaster #98587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.18%

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

R = 41.76%
G = 24.18%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98587C (or 0x98587C) is known color: Strikemaster. HEX triplet: 98, 58 and 7C. RGB value is (152,88,124). Sum of RGB (Red+Green+Blue) = 152+88+124=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #98587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98587C is #67A783. Grayscale: #6F6F6F. Windows color (decimal): -6793092 or 8149144. OLE color: 8149144.

HSL color Cylindrical-coordinate representation of color #98587C: hue angle of 326.25º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98587C is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 124 -
CMYK 0 0.42 0.18 0.40
HSL 326.25º 0.27% 0.47% -
HSV(B) 326.25º 0.42% 0.6% -
XYZ 20.08 15.11 20.93 -
YUV 111.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 152 88 124 0 0.42 0.18 0.40 326.25 0.27 0.47
Hex 98 58 7C 0 2A 12 28 146 1B 2F
Octal 230 130 174 0 52 22 50 506 33 57
Binary 10011000 1011000 1111100 0 101010 10010 101000 101000110 11011 101111

Color Harmonies of #98587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98587C

Black with #98587C

Text Example


Text Example

White with #98587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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