Html Css Color HEX #98587F Strikemaster

📋 copy color: '#98587F'

red 152 ◦ green 88 ◦ blue 127

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

Shades of Strikemaster #98587F

Tints of Strikemaster #98587F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 41.42%
G = 23.98%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98587F (or 0x98587F) is known color: Strikemaster. HEX triplet: 98, 58 and 7F. RGB value is (152,88,127). Sum of RGB (Red+Green+Blue) = 152+88+127=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #98587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98587F is #67A780. Grayscale: #6F6F6F. Windows color (decimal): -6793089 or 8345752. OLE color: 8345752.

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

Color convert

RGB 152 88 127 -
CMYK 0 0.42 0.16 0.40
HSL 323.44º 0.27% 0.47% -
HSV(B) 323.44º 0.42% 0.6% -
XYZ 20.27 15.19 21.94 -
YUV 111.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 152 88 127 0 0.42 0.16 0.40 323.44 0.27 0.47
Hex 98 58 7F 0 2A 10 28 143 1B 2F
Octal 230 130 177 0 52 20 50 503 33 57
Binary 10011000 1011000 1111111 0 101010 10000 101000 101000011 11011 101111

Color Harmonies of #98587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98587F

Black with #98587F

Text Example


Text Example

White with #98587F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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