#985287

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

Shades of Strikemaster #985287

Tints of Strikemaster #985287

Color information

#985287 (or 0x985287) is unknown color: approx Strikemaster. HEX triplet: 98, 52 and 87. RGB value is (152,82,135). Sum of RGB (Red+Green+Blue) = 152+82+135=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985287 is #67AD78. Grayscale: #6C6C6C. Windows color (decimal): -6794617 or 8868504. OLE color: 8868504.

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

Color convert

RGB15282135-
CMYK00.460.110.40
HSL314.57º29.91%45.88%-
HSV(B)314.57º46.05%59.61%-
XYZ20.3414.4624.64-
YUV108.97142.69158.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 135 (53.12% from 255) = 36.59%
R=41.19%
G=22.22%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528213500.460.110.40314.5729.9145.88
Hex98528702EB2813b1e2e
Octal23012220705613504733656
Binary100110001010010100001110101110101110100010011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985287; }

 p { color: rgb(152,82,135); }

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

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

 a { background-color: rgb(152,82,135); }

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

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

 span { border-color: rgb(152,82,135); }

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