#98638D

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

Shades of Strikemaster #98638D

Tints of Strikemaster #98638D

Color information

#98638D (or 0x98638D) is unknown color: approx Strikemaster. HEX triplet: 98, 63 and 8D. RGB value is (152,99,141). Sum of RGB (Red+Green+Blue) = 152+99+141=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98638D is #679C72. Grayscale: #777777. Windows color (decimal): -6790259 or 9266072. OLE color: 9266072.

HSL color Cylindrical-coordinate representation of color #98638D: hue angle of 312.45º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98638D is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15299141-
CMYK00.350.070.40
HSL312.45º21.12%49.22%-
HSV(B)312.45º34.87%59.61%-
XYZ22.2217.5227.41-
YUV119.64140.06151.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=38.78%
G=25.26%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529914100.350.070.40312.4521.1249.22
Hex98638D0237281381531
Octal2301432150437504702561
Binary10011000110001110001101010001111110100010011100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98638D; }

 p { color: rgb(152,99,141); }

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

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

 a { background-color: rgb(152,99,141); }

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

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

 span { border-color: rgb(152,99,141); }

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