#98607B

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

Shades of Strikemaster #98607B

Tints of Strikemaster #98607B

Color information

#98607B (or 0x98607B) is unknown color: approx Strikemaster. HEX triplet: 98, 60 and 7B. RGB value is (152,96,123). Sum of RGB (Red+Green+Blue) = 152+96+123=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #98607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98607B is #679F84. Grayscale: #737373. Windows color (decimal): -6791045 or 8085656. OLE color: 8085656.

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

Color convert

RGB15296123-
CMYK00.370.190.40
HSL331.07º22.58%48.63%-
HSV(B)331.07º36.84%59.61%-
XYZ20.7116.4720.83-
YUV115.82132.05153.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=40.97%
G=25.88%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529612300.370.190.40331.0722.5848.63
Hex98607B025132814b1731
Octal23014017304523505132761
Binary100110001100000111101101001011001110100010100101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,96,123); }

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

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

 a { background-color: rgb(152,96,123); }

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

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

 span { border-color: rgb(152,96,123); }

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