#985584

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

Shades of Strikemaster #985584

Tints of Strikemaster #985584

Color information

#985584 (or 0x985584) is unknown color: approx Strikemaster. HEX triplet: 98, 55 and 84. RGB value is (152,85,132). Sum of RGB (Red+Green+Blue) = 152+85+132=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985584 is #67AA7B. Grayscale: #6E6E6E. Windows color (decimal): -6793852 or 8672664. OLE color: 8672664.

HSL color Cylindrical-coordinate representation of color #985584: hue angle of 317.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985584 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15285132-
CMYK00.440.130.40
HSL317.91º28.27%46.47%-
HSV(B)317.91º44.08%59.61%-
XYZ20.3614.8423.62-
YUV110.39140.2157.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=41.19%
G=23.04%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528513200.440.130.40317.9128.2746.47
Hex98558402CD2813e1c2e
Octal23012520405415504763456
Binary100110001010101100001000101100110110100010011111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985584; }

 p { color: rgb(152,85,132); }

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

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

 a { background-color: rgb(152,85,132); }

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

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

 span { border-color: rgb(152,85,132); }

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