#98607A

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

Shades of Strikemaster #98607A

Tints of Strikemaster #98607A

Color information

#98607A (or 0x98607A) is unknown color: approx Strikemaster. HEX triplet: 98, 60 and 7A. RGB value is (152,96,122). Sum of RGB (Red+Green+Blue) = 152+96+122=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #98607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98607A is #679F85. Grayscale: #737373. Windows color (decimal): -6791046 or 8020120. OLE color: 8020120.

HSL color Cylindrical-coordinate representation of color #98607A: hue angle of 332.14º 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 #98607A is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15296122-
CMYK00.370.200.40
HSL332.14º22.58%48.63%-
HSV(B)332.14º36.84%59.61%-
XYZ20.6416.4520.5-
YUV115.71131.55153.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=41.08%
G=25.95%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529612200.370.200.40332.1422.5848.63
Hex98607A025142814c1731
Octal23014017204524505142761
Binary100110001100000111101001001011010010100010100110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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