Html Css Color HEX #98497F Strikemaster

📋 copy color: '#98497F'

red 152 ◦ green 73 ◦ blue 127

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

Shades of Strikemaster #98497F

Tints of Strikemaster #98497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.74%

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

R = 43.18%
G = 20.74%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98497F (or 0x98497F) is known color: Strikemaster. HEX triplet: 98, 49 and 7F. RGB value is (152,73,127). Sum of RGB (Red+Green+Blue) = 152+73+127=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #98497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98497F is #67B680. Grayscale: #666666. Windows color (decimal): -6796929 or 8341912. OLE color: 8341912.

HSL color Cylindrical-coordinate representation of color #98497F: hue angle of 318.99º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98497F is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 127 -
CMYK 0 0.52 0.16 0.40
HSL 318.99º 0.35% 0.44% -
HSV(B) 318.99º 0.52% 0.6% -
XYZ 19.16 12.97 21.57 -
YUV 102.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 152 73 127 0 0.52 0.16 0.40 318.99 0.35 0.44
Hex 98 49 7F 0 34 10 28 13F 23 2C
Octal 230 111 177 0 64 20 50 477 43 54
Binary 10011000 1001001 1111111 0 110100 10000 101000 100111111 100011 101100

Color Harmonies of #98497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98497F

Black with #98497F

Text Example


Text Example

White with #98497F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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