#986286

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

Shades of Strikemaster #986286

Tints of Strikemaster #986286

Color information

#986286 (or 0x986286) is unknown color: approx Strikemaster. HEX triplet: 98, 62 and 86. RGB value is (152,98,134). Sum of RGB (Red+Green+Blue) = 152+98+134=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #986286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986286 is #679D79. Grayscale: #767676. Windows color (decimal): -6790522 or 8807064. OLE color: 8807064.

HSL color Cylindrical-coordinate representation of color #986286: hue angle of 320º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986286 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB15298134-
CMYK00.360.120.40
HSL320º21.6%49.02%-
HSV(B)320º35.53%59.61%-
XYZ21.6217.1324.72-
YUV118.25136.89152.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 134 (52.73% from 255) = 34.90%
R=39.58%
G=25.52%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529813400.360.120.4032021.649.02
Hex986286024C281401631
Octal23014220604414505002661
Binary100110001100010100001100100100110010100010100000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986286; }

 p { color: rgb(152,98,134); }

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

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

 a { background-color: rgb(152,98,134); }

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

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

 span { border-color: rgb(152,98,134); }

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