#986084

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

Shades of Strikemaster #986084

Tints of Strikemaster #986084

Color information

#986084 (or 0x986084) is unknown color: approx Strikemaster. HEX triplet: 98, 60 and 84. RGB value is (152,96,132). Sum of RGB (Red+Green+Blue) = 152+96+132=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #986084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986084 is #679F7B. Grayscale: #747474. Windows color (decimal): -6791036 or 8675480. OLE color: 8675480.

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

Color convert

RGB15296132-
CMYK00.370.130.40
HSL321.43º22.58%48.63%-
HSV(B)321.43º36.84%59.61%-
XYZ21.316.7123.93-
YUV116.85136.55153.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=40%
G=25.26%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529613200.370.130.40321.4322.5848.63
Hex986084025D281411731
Octal23014020404515505012761
Binary100110001100000100001000100101110110100010100000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986084; }

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

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

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

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

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

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

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

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