Html Css Color HEX #98557C Strikemaster

📋 copy color: '#98557C'

red 152 ◦ green 85 ◦ blue 124

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

Shades of Strikemaster #98557C

Tints of Strikemaster #98557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

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

R = 42.11%
G = 23.55%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98557C (or 0x98557C) is known color: Strikemaster. HEX triplet: 98, 55 and 7C. RGB value is (152,85,124). Sum of RGB (Red+Green+Blue) = 152+85+124=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98557C is #67AA83. Grayscale: #6D6D6D. Windows color (decimal): -6793860 or 8148376. OLE color: 8148376.

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

Color convert

RGB 152 85 124 -
CMYK 0 0.44 0.18 0.40
HSL 325.07º 0.28% 0.46% -
HSV(B) 325.07º 0.44% 0.6% -
XYZ 19.84 14.63 20.85 -
YUV 109.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 152 85 124 0 0.44 0.18 0.40 325.07 0.28 0.46
Hex 98 55 7C 0 2C 12 28 145 1C 2E
Octal 230 125 174 0 54 22 50 505 34 56
Binary 10011000 1010101 1111100 0 101100 10010 101000 101000101 11100 101110

Color Harmonies of #98557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98557C

Black with #98557C

Text Example


Text Example

White with #98557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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