#985484

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

Shades of Strikemaster #985484

Tints of Strikemaster #985484

Color information

#985484 (or 0x985484) is unknown color: approx Strikemaster. HEX triplet: 98, 54 and 84. RGB value is (152,84,132). Sum of RGB (Red+Green+Blue) = 152+84+132=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #985484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985484 is #67AB7B. Grayscale: #6D6D6D. Windows color (decimal): -6794108 or 8672408. OLE color: 8672408.

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

Color convert

RGB15284132-
CMYK00.450.130.40
HSL317.65º28.81%46.27%-
HSV(B)317.65º44.74%59.61%-
XYZ20.2814.6823.59-
YUV109.8140.53158.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 132 (51.95% from 255) = 35.87%
R=41.30%
G=22.83%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528413200.450.130.40317.6528.8146.27
Hex98548402DD2813e1d2e
Octal23012420405515504763556
Binary100110001010100100001000101101110110100010011111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985484; }

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

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

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

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

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

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

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

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