Html Css Color HEX #98497D Strikemaster

📋 copy color: '#98497D'

red 152 ◦ green 73 ◦ blue 125

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

Shades of Strikemaster #98497D

Tints of Strikemaster #98497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 43.43%
G = 20.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98497D (or 0x98497D) is known color: Strikemaster. HEX triplet: 98, 49 and 7D. RGB value is (152,73,125). Sum of RGB (Red+Green+Blue) = 152+73+125=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #98497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98497D is #67B682. Grayscale: #666666. Windows color (decimal): -6796931 or 8210840. OLE color: 8210840.

HSL color Cylindrical-coordinate representation of color #98497D: hue angle of 320.51º 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 #98497D is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 125 -
CMYK 0 0.52 0.18 0.40
HSL 320.51º 0.35% 0.44% -
HSV(B) 320.51º 0.52% 0.6% -
XYZ 19.03 12.92 20.89 -
YUV 102.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 152 73 125 0 0.52 0.18 0.40 320.51 0.35 0.44
Hex 98 49 7D 0 34 12 28 141 23 2C
Octal 230 111 175 0 64 22 50 501 43 54
Binary 10011000 1001001 1111101 0 110100 10010 101000 101000001 100011 101100

Color Harmonies of #98497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98497D

Black with #98497D

Text Example


Text Example

White with #98497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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