Html Css Color HEX #98537E Strikemaster

📋 copy color: '#98537E'

red 152 ◦ green 83 ◦ blue 126

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

Shades of Strikemaster #98537E

Tints of Strikemaster #98537E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.99%

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 42.11%
G = 22.99%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98537E (or 0x98537E) is known color: Strikemaster. HEX triplet: 98, 53 and 7E. RGB value is (152,83,126). Sum of RGB (Red+Green+Blue) = 152+83+126=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98537E is #67AC81. Grayscale: #6C6C6C. Windows color (decimal): -6794370 or 8278936. OLE color: 8278936.

HSL color Cylindrical-coordinate representation of color #98537E: hue angle of 322.61º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98537E is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 126 -
CMYK 0 0.45 0.17 0.40
HSL 322.61º 0.29% 0.46% -
HSV(B) 322.61º 0.45% 0.6% -
XYZ 19.81 14.37 21.47 -
YUV 108.53 137.86 159 -
System Red Green Blue C M Y K H S L
Decimal 152 83 126 0 0.45 0.17 0.40 322.61 0.29 0.46
Hex 98 53 7E 0 2D 11 28 143 1D 2E
Octal 230 123 176 0 55 21 50 503 35 56
Binary 10011000 1010011 1111110 0 101101 10001 101000 101000011 11101 101110

Color Harmonies of #98537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98537E

Black with #98537E

Text Example


Text Example

White with #98537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98537E; }

 p { color: rgb(152,83,126); }

 H1.HeaderClassName
 {
   color: #98537E;
 }
 .AnyTagClassName
 {
   color: #98537E;
 }
</style>

background-color css

<style>
 a { background-color: #98537E; }

 a { background-color: rgb(152,83,126); }

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

border-color css

<style>
 span { border-color: #98537E; }

 span { border-color: rgb(152,83,126); }

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