#98497A

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

Shades of Strikemaster #98497A

Tints of Strikemaster #98497A

Color information

#98497A (or 0x98497A) is unknown color: approx Strikemaster. HEX triplet: 98, 49 and 7A. RGB value is (152,73,122). Sum of RGB (Red+Green+Blue) = 152+73+122=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98497A is #67B685. Grayscale: #666666. Windows color (decimal): -6796934 or 8014232. OLE color: 8014232.

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

Color convert

RGB15273122-
CMYK00.520.200.40
HSL322.78º35.11%44.12%-
HSV(B)322.78º51.97%59.61%-
XYZ18.8412.8519.9-
YUV102.21139.17163.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=43.80%
G=21.04%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527312200.520.200.40322.7835.1144.12
Hex98497A0341428143232c
Octal23011117206424505034354
Binary1001100010010011111010011010010100101000101000011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98497A;
 }
 .AnyTagClassName
 {
   color: #98497A;
 }
</style>
background-color css

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

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

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

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

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

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