Html Css Color HEX #98587A Strikemaster

📋 copy color: '#98587A'

red 152 ◦ green 88 ◦ blue 122

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

Shades of Strikemaster #98587A

Tints of Strikemaster #98587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 41.99%
G = 24.31%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98587A (or 0x98587A) is known color: Strikemaster. HEX triplet: 98, 58 and 7A. RGB value is (152,88,122). Sum of RGB (Red+Green+Blue) = 152+88+122=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98587A is #67A785. Grayscale: #6E6E6E. Windows color (decimal): -6793094 or 8018072. OLE color: 8018072.

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

Color convert

RGB 152 88 122 -
CMYK 0 0.42 0.20 0.40
HSL 328.13º 0.27% 0.47% -
HSV(B) 328.13º 0.42% 0.6% -
XYZ 19.95 15.06 20.27 -
YUV 111.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 152 88 122 0 0.42 0.20 0.40 328.13 0.27 0.47
Hex 98 58 7A 0 2A 14 28 148 1B 2F
Octal 230 130 172 0 52 24 50 510 33 57
Binary 10011000 1011000 1111010 0 101010 10100 101000 101001000 11011 101111

Color Harmonies of #98587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98587A

Black with #98587A

Text Example


Text Example

White with #98587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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