#98487A

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

Shades of Strikemaster #98487A

Tints of Strikemaster #98487A

Color information

#98487A (or 0x98487A) is unknown color: approx Strikemaster. HEX triplet: 98, 48 and 7A. RGB value is (152,72,122). Sum of RGB (Red+Green+Blue) = 152+72+122=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98487A is #67B785. Grayscale: #656565. Windows color (decimal): -6797190 or 8013976. OLE color: 8013976.

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

Color convert

RGB15272122-
CMYK00.530.200.40
HSL322.5º35.71%43.92%-
HSV(B)322.5º52.63%59.61%-
XYZ18.7812.7219.88-
YUV101.62139.5163.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=43.93%
G=20.81%
B=35.26%

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
Decimal1527212200.530.200.40322.535.7143.92
Hex98487A0351428142242c
Octal23011017206524505024454
Binary1001100010010001111010011010110100101000101000010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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