Html Css Color HEX #98477A Strikemaster

📋 copy color: '#98477A'

red 152 ◦ green 71 ◦ blue 122

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

Shades of Strikemaster #98477A

Tints of Strikemaster #98477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 44.06%
G = 20.58%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98477A (or 0x98477A) is known color: Strikemaster. HEX triplet: 98, 47 and 7A. RGB value is (152,71,122). Sum of RGB (Red+Green+Blue) = 152+71+122=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98477A is #67B885. Grayscale: #646464. Windows color (decimal): -6797446 or 8013720. OLE color: 8013720.

HSL color Cylindrical-coordinate representation of color #98477A: hue angle of 322.22º 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 #98477A is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 122 -
CMYK 0 0.53 0.20 0.40
HSL 322.22º 0.36% 0.44% -
HSV(B) 322.22º 0.53% 0.6% -
XYZ 18.71 12.59 19.86 -
YUV 101.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 152 71 122 0 0.53 0.20 0.40 322.22 0.36 0.44
Hex 98 47 7A 0 35 14 28 142 24 2C
Octal 230 107 172 0 65 24 50 502 44 54
Binary 10011000 1000111 1111010 0 110101 10100 101000 101000010 100100 101100

Color Harmonies of #98477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98477A

Black with #98477A

Text Example


Text Example

White with #98477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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