#985581

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

Shades of Strikemaster #985581

Tints of Strikemaster #985581

Color information

#985581 (or 0x985581) is unknown color: approx Strikemaster. HEX triplet: 98, 55 and 81. RGB value is (152,85,129). Sum of RGB (Red+Green+Blue) = 152+85+129=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #985581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985581 is #67AA7E. Grayscale: #6D6D6D. Windows color (decimal): -6793855 or 8476056. OLE color: 8476056.

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

Color convert

RGB15285129-
CMYK00.440.150.40
HSL320.6º28.27%46.47%-
HSV(B)320.6º44.08%59.61%-
XYZ20.1614.7622.55-
YUV110.05138.7157.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=41.53%
G=23.22%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528512900.440.150.40320.628.2746.47
Hex98558102CF281411c2e
Octal23012520105417505013456
Binary100110001010101100000010101100111110100010100000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985581; }

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

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

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

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

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

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

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

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