#98477A

Color #98477A Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #98477A

Tints of Strikemaster #98477A

Color information

#98477A (or 0x98477A) is unknown color: approx 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

RGB15271122-
CMYK00.530.200.40
HSL322.22º36.32%43.73%-
HSV(B)322.22º53.29%59.61%-
XYZ18.7112.5919.86-
YUV101.03139.84164.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527112200.530.200.40322.2236.3243.73
Hex98477A0351428142242c
Octal23010717206524505024454
Binary1001100010001111111010011010110100101000101000010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>