Html Css Color HEX #98497C Strikemaster

📋 copy color: '#98497C'

red 152 ◦ green 73 ◦ blue 124

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

Shades of Strikemaster #98497C

Tints of Strikemaster #98497C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 43.55%
G = 20.92%
B = 35.53%

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

#98497C (or 0x98497C) is known color: Strikemaster. HEX triplet: 98, 49 and 7C. RGB value is (152,73,124). Sum of RGB (Red+Green+Blue) = 152+73+124=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98497C is #67B683. Grayscale: #666666. Windows color (decimal): -6796932 or 8145304. OLE color: 8145304.

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

Color convert

RGB 152 73 124 -
CMYK 0 0.52 0.18 0.40
HSL 321.27º 0.35% 0.44% -
HSV(B) 321.27º 0.52% 0.6% -
XYZ 18.97 12.9 20.56 -
YUV 102.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 152 73 124 0 0.52 0.18 0.40 321.27 0.35 0.44
Hex 98 49 7C 0 34 12 28 141 23 2C
Octal 230 111 174 0 64 22 50 501 43 54
Binary 10011000 1001001 1111100 0 110100 10010 101000 101000001 100011 101100

Color Harmonies of #98497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98497C

Black with #98497C

Text Example


Text Example

White with #98497C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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