#984881

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

Shades of Strikemaster #984881

Tints of Strikemaster #984881

Color information

#984881 (or 0x984881) is unknown color: approx Strikemaster. HEX triplet: 98, 48 and 81. RGB value is (152,72,129). Sum of RGB (Red+Green+Blue) = 152+72+129=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #984881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984881 is #67B77E. Grayscale: #666666. Windows color (decimal): -6797183 or 8472728. OLE color: 8472728.

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

Color convert

RGB15272129-
CMYK00.530.150.40
HSL317.25º35.71%43.92%-
HSV(B)317.25º52.63%59.61%-
XYZ19.2312.922.24-
YUV102.42143163.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=43.06%
G=20.40%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527212900.530.150.40317.2535.7143.92
Hex984881035F2813d242c
Octal23011020106517504754454
Binary1001100010010001000000101101011111101000100111101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984881; }

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

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

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

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

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

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

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

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