#985180

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

Shades of Strikemaster #985180

Tints of Strikemaster #985180

Color information

#985180 (or 0x985180) is unknown color: approx Strikemaster. HEX triplet: 98, 51 and 80. RGB value is (152,81,128). Sum of RGB (Red+Green+Blue) = 152+81+128=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #985180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985180 is #67AE7F. Grayscale: #6B6B6B. Windows color (decimal): -6794880 or 8409496. OLE color: 8409496.

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

Color convert

RGB15281128-
CMYK00.470.160.40
HSL320.28º30.47%45.69%-
HSV(B)320.28º46.71%59.61%-
XYZ19.7914.1222.1-
YUV107.59139.52159.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=42.11%
G=22.44%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528112800.470.160.40320.2830.4745.69
Hex98518002F10281401e2e
Octal23012120005720505003656
Binary1001100010100011000000001011111000010100010100000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985180; }

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

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

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

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

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

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

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

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