#985683

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

Shades of Strikemaster #985683

Tints of Strikemaster #985683

Color information

#985683 (or 0x985683) is unknown color: approx Strikemaster. HEX triplet: 98, 56 and 83. RGB value is (152,86,131). Sum of RGB (Red+Green+Blue) = 152+86+131=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985683 is #67A97C. Grayscale: #6E6E6E. Windows color (decimal): -6793597 or 8607384. OLE color: 8607384.

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

Color convert

RGB15286131-
CMYK00.430.140.40
HSL319.09º27.73%46.67%-
HSV(B)319.09º43.42%59.61%-
XYZ20.3714.9723.29-
YUV110.86139.37157.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=41.19%
G=23.31%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528613100.430.140.40319.0927.7346.67
Hex98568302BE2813f1c2f
Octal23012620305316504773457
Binary100110001010110100000110101011111010100010011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985683; }

 p { color: rgb(152,86,131); }

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

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

 a { background-color: rgb(152,86,131); }

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

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

 span { border-color: rgb(152,86,131); }

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