#985681

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

Shades of Strikemaster #985681

Tints of Strikemaster #985681

Color information

#985681 (or 0x985681) is unknown color: approx Strikemaster. HEX triplet: 98, 56 and 81. RGB value is (152,86,129). Sum of RGB (Red+Green+Blue) = 152+86+129=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #985681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985681 is #67A97E. Grayscale: #6E6E6E. Windows color (decimal): -6793599 or 8476312. OLE color: 8476312.

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

Color convert

RGB15286129-
CMYK00.430.150.40
HSL320.91º27.73%46.67%-
HSV(B)320.91º43.42%59.61%-
XYZ20.2414.9222.58-
YUV110.64138.37157.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=41.42%
G=23.43%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528612900.430.150.40320.9127.7346.67
Hex98568102BF281411c2f
Octal23012620105317505013457
Binary100110001010110100000010101011111110100010100000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985681; }

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

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

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

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

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

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

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

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