#98487D

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

Shades of Strikemaster #98487D

Tints of Strikemaster #98487D

Color information

#98487D (or 0x98487D) is unknown color: approx Strikemaster. HEX triplet: 98, 48 and 7D. RGB value is (152,72,125). Sum of RGB (Red+Green+Blue) = 152+72+125=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98487D is #67B782. Grayscale: #656565. Windows color (decimal): -6797187 or 8210584. OLE color: 8210584.

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

Color convert

RGB15272125-
CMYK00.530.180.40
HSL320.25º35.71%43.92%-
HSV(B)320.25º52.63%59.61%-
XYZ18.9712.7920.87-
YUV101.96141163.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=43.55%
G=20.63%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527212500.530.180.40320.2535.7143.92
Hex98487D0351228140242c
Octal23011017506522505004454
Binary1001100010010001111101011010110010101000101000000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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