#985781

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

Shades of Strikemaster #985781

Tints of Strikemaster #985781

Color information

#985781 (or 0x985781) is unknown color: approx Strikemaster. HEX triplet: 98, 57 and 81. RGB value is (152,87,129). Sum of RGB (Red+Green+Blue) = 152+87+129=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #985781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985781 is #67A87E. Grayscale: #6F6F6F. Windows color (decimal): -6793343 or 8476568. OLE color: 8476568.

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

Color convert

RGB15287129-
CMYK00.430.150.40
HSL321.23º27.2%46.86%-
HSV(B)321.23º42.76%59.61%-
XYZ20.3215.0822.61-
YUV111.22138.03157.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=41.30%
G=23.64%
B=35.05%

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
Decimal1528712900.430.150.40321.2327.246.86
Hex98578102BF281411b2f
Octal23012720105317505013357
Binary100110001010111100000010101011111110100010100000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985781; }

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

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

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

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

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

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

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

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