Html Css Color HEX #98557B Strikemaster

📋 copy color: '#98557B'

red 152 ◦ green 85 ◦ blue 123

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

Shades of Strikemaster #98557B

Tints of Strikemaster #98557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 42.22%
G = 23.61%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98557B (or 0x98557B) is known color: Strikemaster. HEX triplet: 98, 55 and 7B. RGB value is (152,85,123). Sum of RGB (Red+Green+Blue) = 152+85+123=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98557B is #67AA84. Grayscale: #6D6D6D. Windows color (decimal): -6793861 or 8082840. OLE color: 8082840.

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

Color convert

RGB 152 85 123 -
CMYK 0 0.44 0.19 0.40
HSL 325.97º 0.28% 0.46% -
HSV(B) 325.97º 0.44% 0.6% -
XYZ 19.77 14.6 20.52 -
YUV 109.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 152 85 123 0 0.44 0.19 0.40 325.97 0.28 0.46
Hex 98 55 7B 0 2C 13 28 146 1C 2E
Octal 230 125 173 0 54 23 50 506 34 56
Binary 10011000 1010101 1111011 0 101100 10011 101000 101000110 11100 101110

Color Harmonies of #98557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98557B

Black with #98557B

Text Example


Text Example

White with #98557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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