#985381

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

Shades of Strikemaster #985381

Tints of Strikemaster #985381

Color information

#985381 (or 0x985381) is unknown color: approx Strikemaster. HEX triplet: 98, 53 and 81. RGB value is (152,83,129). Sum of RGB (Red+Green+Blue) = 152+83+129=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #985381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985381 is #67AC7E. Grayscale: #6C6C6C. Windows color (decimal): -6794367 or 8475544. OLE color: 8475544.

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

Color convert

RGB15283129-
CMYK00.450.150.40
HSL320º29.36%46.08%-
HSV(B)320º45.39%59.61%-
XYZ2014.4522.5-
YUV108.88139.36158.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=41.76%
G=22.80%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528312900.450.150.4032029.3646.08
Hex98538102DF281401d2e
Octal23012320105517505003556
Binary100110001010011100000010101101111110100010100000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985381; }

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

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

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

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

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

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

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

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