#98628B

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

Shades of Strikemaster #98628B

Tints of Strikemaster #98628B

Color information

#98628B (or 0x98628B) is unknown color: approx Strikemaster. HEX triplet: 98, 62 and 8B. RGB value is (152,98,139). Sum of RGB (Red+Green+Blue) = 152+98+139=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #98628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98628B is #679D74. Grayscale: #767676. Windows color (decimal): -6790517 or 9134744. OLE color: 9134744.

HSL color Cylindrical-coordinate representation of color #98628B: hue angle of 314.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98628B is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15298139-
CMYK00.360.090.40
HSL314.44º21.6%49.02%-
HSV(B)314.44º35.53%59.61%-
XYZ21.9817.2726.6-
YUV118.82139.39151.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=39.07%
G=25.19%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529813900.360.090.40314.4421.649.02
Hex98628B02492813a1631
Octal23014221304411504722661
Binary100110001100010100010110100100100110100010011101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98628B; }

 p { color: rgb(152,98,139); }

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

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

 a { background-color: rgb(152,98,139); }

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

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

 span { border-color: rgb(152,98,139); }

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