#984A7D

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

Shades of Strikemaster #984A7D

Tints of Strikemaster #984A7D

Color information

#984A7D (or 0x984A7D) is unknown color: approx Strikemaster. HEX triplet: 98, 4A and 7D. RGB value is (152,74,125). Sum of RGB (Red+Green+Blue) = 152+74+125=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #984A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984A7D is #67B582. Grayscale: #676767. Windows color (decimal): -6796675 or 8211096. OLE color: 8211096.

HSL color Cylindrical-coordinate representation of color #984A7D: hue angle of 320.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984A7D is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15274125-
CMYK00.510.180.40
HSL320.77º34.51%44.31%-
HSV(B)320.77º51.32%59.61%-
XYZ19.113.0520.91-
YUV103.14140.34162.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 125 (49.22% from 255) = 35.61%
R=43.30%
G=21.08%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527412500.510.180.40320.7734.5144.31
Hex984A7D0331228141232c
Octal23011217506322505014354
Binary1001100010010101111101011001110010101000101000001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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