#986081

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

Shades of Strikemaster #986081

Tints of Strikemaster #986081

Color information

#986081 (or 0x986081) is unknown color: approx Strikemaster. HEX triplet: 98, 60 and 81. RGB value is (152,96,129). Sum of RGB (Red+Green+Blue) = 152+96+129=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #986081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986081 is #679F7E. Grayscale: #747474. Windows color (decimal): -6791039 or 8478872. OLE color: 8478872.

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

Color convert

RGB15296129-
CMYK00.370.150.40
HSL324.64º22.58%48.63%-
HSV(B)324.64º36.84%59.61%-
XYZ21.0916.6322.87-
YUV116.51135.05153.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=40.32%
G=25.46%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529612900.370.150.40324.6422.5848.63
Hex986081025F281451731
Octal23014020104517505052761
Binary100110001100000100000010100101111110100010100010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986081; }

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

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

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

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

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

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

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

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