#984880

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

Shades of Strikemaster #984880

Tints of Strikemaster #984880

Color information

#984880 (or 0x984880) is unknown color: approx Strikemaster. HEX triplet: 98, 48 and 80. RGB value is (152,72,128). Sum of RGB (Red+Green+Blue) = 152+72+128=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #984880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984880 is #67B77F. Grayscale: #666666. Windows color (decimal): -6797184 or 8407192. OLE color: 8407192.

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

Color convert

RGB15272128-
CMYK00.530.160.40
HSL318º35.71%43.92%-
HSV(B)318º52.63%59.61%-
XYZ19.1612.8721.9-
YUV102.3142.5163.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=43.18%
G=20.45%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527212800.530.160.4031835.7143.92
Hex984880035102813e242c
Octal23011020006520504764454
Binary10011000100100010000000011010110000101000100111110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984880; }

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

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

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

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

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

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

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

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