Html Css Color HEX #98587D Strikemaster

📋 copy color: '#98587D'

red 152 ◦ green 88 ◦ blue 125

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

Shades of Strikemaster #98587D

Tints of Strikemaster #98587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 41.64%
G = 24.11%
B = 34.25%

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

#98587D (or 0x98587D) is known color: Strikemaster. HEX triplet: 98, 58 and 7D. RGB value is (152,88,125). Sum of RGB (Red+Green+Blue) = 152+88+125=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #98587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98587D is #67A782. Grayscale: #6F6F6F. Windows color (decimal): -6793091 or 8214680. OLE color: 8214680.

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

Color convert

RGB 152 88 125 -
CMYK 0 0.42 0.18 0.40
HSL 325.31º 0.27% 0.47% -
HSV(B) 325.31º 0.42% 0.6% -
XYZ 20.14 15.14 21.26 -
YUV 111.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 152 88 125 0 0.42 0.18 0.40 325.31 0.27 0.47
Hex 98 58 7D 0 2A 12 28 145 1B 2F
Octal 230 130 175 0 52 22 50 505 33 57
Binary 10011000 1011000 1111101 0 101010 10010 101000 101000101 11011 101111

Color Harmonies of #98587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98587D

Black with #98587D

Text Example


Text Example

White with #98587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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