Html Css Color HEX #98477C Strikemaster

📋 copy color: '#98477C'

red 152 ◦ green 71 ◦ blue 124

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

Shades of Strikemaster #98477C

Tints of Strikemaster #98477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.46%

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

R = 43.8%
G = 20.46%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98477C (or 0x98477C) is known color: Strikemaster. HEX triplet: 98, 47 and 7C. RGB value is (152,71,124). Sum of RGB (Red+Green+Blue) = 152+71+124=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98477C is #67B883. Grayscale: #656565. Windows color (decimal): -6797444 or 8144792. OLE color: 8144792.

HSL color Cylindrical-coordinate representation of color #98477C: hue angle of 320.74º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98477C is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 124 -
CMYK 0 0.53 0.18 0.40
HSL 320.74º 0.36% 0.44% -
HSV(B) 320.74º 0.53% 0.6% -
XYZ 18.84 12.64 20.52 -
YUV 101.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 152 71 124 0 0.53 0.18 0.40 320.74 0.36 0.44
Hex 98 47 7C 0 35 12 28 141 24 2C
Octal 230 107 174 0 65 22 50 501 44 54
Binary 10011000 1000111 1111100 0 110101 10010 101000 101000001 100100 101100

Color Harmonies of #98477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98477C

Black with #98477C

Text Example


Text Example

White with #98477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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