#986381

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

Shades of Strikemaster #986381

Tints of Strikemaster #986381

Color information

#986381 (or 0x986381) is unknown color: approx Strikemaster. HEX triplet: 98, 63 and 81. RGB value is (152,99,129). Sum of RGB (Red+Green+Blue) = 152+99+129=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #986381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986381 is #679C7E. Grayscale: #767676. Windows color (decimal): -6790271 or 8479640. OLE color: 8479640.

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

Color convert

RGB15299129-
CMYK00.350.150.40
HSL326.04º21.12%49.22%-
HSV(B)326.04º34.87%59.61%-
XYZ21.3717.1822.96-
YUV118.27134.06152.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=40%
G=26.05%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529912900.350.150.40326.0421.1249.22
Hex986381023F281461531
Octal23014320104317505062561
Binary100110001100011100000010100011111110100010100011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986381; }

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

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

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

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

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

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

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

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