Html Css Color HEX #98587E Strikemaster

📋 copy color: '#98587E'

red 152 ◦ green 88 ◦ blue 126

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

Shades of Strikemaster #98587E

Tints of Strikemaster #98587E

RGB

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

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

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

R = 41.53%
G = 24.04%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98587E (or 0x98587E) is known color: Strikemaster. HEX triplet: 98, 58 and 7E. RGB value is (152,88,126). Sum of RGB (Red+Green+Blue) = 152+88+126=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #98587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98587E is #67A781. Grayscale: #6F6F6F. Windows color (decimal): -6793090 or 8280216. OLE color: 8280216.

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

Color convert

RGB 152 88 126 -
CMYK 0 0.42 0.17 0.40
HSL 324.38º 0.27% 0.47% -
HSV(B) 324.38º 0.42% 0.6% -
XYZ 20.2 15.16 21.6 -
YUV 111.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 152 88 126 0 0.42 0.17 0.40 324.38 0.27 0.47
Hex 98 58 7E 0 2A 11 28 144 1B 2F
Octal 230 130 176 0 52 21 50 504 33 57
Binary 10011000 1011000 1111110 0 101010 10001 101000 101000100 11011 101111

Color Harmonies of #98587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98587E

Black with #98587E

Text Example


Text Example

White with #98587E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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