#985481

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

Shades of Strikemaster #985481

Tints of Strikemaster #985481

Color information

#985481 (or 0x985481) is unknown color: approx Strikemaster. HEX triplet: 98, 54 and 81. RGB value is (152,84,129). Sum of RGB (Red+Green+Blue) = 152+84+129=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #985481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985481 is #67AB7E. Grayscale: #6D6D6D. Windows color (decimal): -6794111 or 8475800. OLE color: 8475800.

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

Color convert

RGB15284129-
CMYK00.450.150.40
HSL320.29º28.81%46.27%-
HSV(B)320.29º44.74%59.61%-
XYZ20.0814.622.53-
YUV109.46139.03158.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=41.64%
G=23.01%
B=35.34%

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
Decimal1528412900.450.150.40320.2928.8146.27
Hex98548102DF281401d2e
Octal23012420105517505003556
Binary100110001010100100000010101101111110100010100000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985481; }

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

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

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

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

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

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

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

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