#984D81

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

Shades of Strikemaster #984D81

Tints of Strikemaster #984D81

Color information

#984D81 (or 0x984D81) is unknown color: approx Strikemaster. HEX triplet: 98, 4D and 81. RGB value is (152,77,129). Sum of RGB (Red+Green+Blue) = 152+77+129=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #984D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984D81 is #67B27E. Grayscale: #696969. Windows color (decimal): -6795903 or 8474008. OLE color: 8474008.

HSL color Cylindrical-coordinate representation of color #984D81: hue angle of 318.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984D81 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB15277129-
CMYK00.490.150.40
HSL318.4º32.75%44.9%-
HSV(B)318.4º49.34%59.61%-
XYZ19.5713.5722.36-
YUV105.35141.35161.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=42.46%
G=21.51%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527712900.490.150.40318.432.7544.9
Hex984D81031F2813e212d
Octal23011520106117504764155
Binary1001100010011011000000101100011111101000100111110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984D81; }

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

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

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

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

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

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

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

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