#986082

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

Shades of Strikemaster #986082

Tints of Strikemaster #986082

Color information

#986082 (or 0x986082) is unknown color: approx Strikemaster. HEX triplet: 98, 60 and 82. RGB value is (152,96,130). Sum of RGB (Red+Green+Blue) = 152+96+130=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #986082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986082 is #679F7D. Grayscale: #747474. Windows color (decimal): -6791038 or 8544408. OLE color: 8544408.

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

Color convert

RGB15296130-
CMYK00.370.140.40
HSL323.57º22.58%48.63%-
HSV(B)323.57º36.84%59.61%-
XYZ21.1616.6523.22-
YUV116.62135.55153.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=40.21%
G=25.40%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529613000.370.140.40323.5722.5848.63
Hex986082025E281441731
Octal23014020204516505042761
Binary100110001100000100000100100101111010100010100010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986082; }

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

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

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

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

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

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

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

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