Html Css Color HEX #98537F Strikemaster

📋 copy color: '#98537F'

red 152 ◦ green 83 ◦ blue 127

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

Shades of Strikemaster #98537F

Tints of Strikemaster #98537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.08%

R = 41.99%
G = 22.93%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98537F (or 0x98537F) is known color: Strikemaster. HEX triplet: 98, 53 and 7F. RGB value is (152,83,127). Sum of RGB (Red+Green+Blue) = 152+83+127=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98537F is #67AC80. Grayscale: #6C6C6C. Windows color (decimal): -6794369 or 8344472. OLE color: 8344472.

HSL color Cylindrical-coordinate representation of color #98537F: hue angle of 321.74º 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 #98537F is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 127 -
CMYK 0 0.45 0.16 0.40
HSL 321.74º 0.29% 0.46% -
HSV(B) 321.74º 0.45% 0.6% -
XYZ 19.87 14.39 21.81 -
YUV 108.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 152 83 127 0 0.45 0.16 0.40 321.74 0.29 0.46
Hex 98 53 7F 0 2D 10 28 142 1D 2E
Octal 230 123 177 0 55 20 50 502 35 56
Binary 10011000 1010011 1111111 0 101101 10000 101000 101000010 11101 101110

Color Harmonies of #98537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98537F

Black with #98537F

Text Example


Text Example

White with #98537F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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