#985478

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

Shades of Strikemaster #985478

Tints of Strikemaster #985478

Color information

#985478 (or 0x985478) is unknown color: approx Strikemaster. HEX triplet: 98, 54 and 78. RGB value is (152,84,120). Sum of RGB (Red+Green+Blue) = 152+84+120=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #985478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985478 is #67AB87. Grayscale: #6C6C6C. Windows color (decimal): -6794120 or 7885976. OLE color: 7885976.

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

Color convert

RGB15284120-
CMYK00.450.210.40
HSL328.24º28.81%46.27%-
HSV(B)328.24º44.74%59.61%-
XYZ19.5114.3719.52-
YUV108.44134.53159.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=42.70%
G=23.60%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528412000.450.210.40328.2428.8146.27
Hex98547802D15281481d2e
Octal23012417005525505103556
Binary100110001010100111100001011011010110100010100100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985478; }

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

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

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

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

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

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

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

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