Html Css Color HEX #98557A Strikemaster

📋 copy color: '#98557A'

red 152 ◦ green 85 ◦ blue 122

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

Shades of Strikemaster #98557A

Tints of Strikemaster #98557A

RGB

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

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

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

R = 42.34%
G = 23.68%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98557A (or 0x98557A) is known color: Strikemaster. HEX triplet: 98, 55 and 7A. RGB value is (152,85,122). Sum of RGB (Red+Green+Blue) = 152+85+122=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98557A is #67AA85. Grayscale: #6D6D6D. Windows color (decimal): -6793862 or 8017304. OLE color: 8017304.

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

Color convert

RGB 152 85 122 -
CMYK 0 0.44 0.20 0.40
HSL 326.87º 0.28% 0.46% -
HSV(B) 326.87º 0.44% 0.6% -
XYZ 19.71 14.58 20.19 -
YUV 109.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 152 85 122 0 0.44 0.20 0.40 326.87 0.28 0.46
Hex 98 55 7A 0 2C 14 28 147 1C 2E
Octal 230 125 172 0 54 24 50 507 34 56
Binary 10011000 1010101 1111010 0 101100 10100 101000 101000111 11100 101110

Color Harmonies of #98557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98557A

Black with #98557A

Text Example


Text Example

White with #98557A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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