#985182

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

Shades of Strikemaster #985182

Tints of Strikemaster #985182

Color information

#985182 (or 0x985182) is unknown color: approx Strikemaster. HEX triplet: 98, 51 and 82. RGB value is (152,81,130). Sum of RGB (Red+Green+Blue) = 152+81+130=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #985182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985182 is #67AE7D. Grayscale: #6B6B6B. Windows color (decimal): -6794878 or 8540568. OLE color: 8540568.

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

Color convert

RGB15281130-
CMYK00.470.140.40
HSL318.59º30.47%45.69%-
HSV(B)318.59º46.71%59.61%-
XYZ19.9214.1722.8-
YUV107.82140.52159.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=41.87%
G=22.31%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528113000.470.140.40318.5930.4745.69
Hex98518202FE2813f1e2e
Octal23012120205716504773656
Binary100110001010001100000100101111111010100010011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985182; }

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

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

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

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

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

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

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

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