#98608A

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

Shades of Strikemaster #98608A

Tints of Strikemaster #98608A

Color information

#98608A (or 0x98608A) is unknown color: approx Strikemaster. HEX triplet: 98, 60 and 8A. RGB value is (152,96,138). Sum of RGB (Red+Green+Blue) = 152+96+138=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #98608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98608A is #679F75. Grayscale: #757575. Windows color (decimal): -6791030 or 9068696. OLE color: 9068696.

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

Color convert

RGB15296138-
CMYK00.370.090.40
HSL315º22.58%48.63%-
HSV(B)315º36.84%59.61%-
XYZ21.7216.8826.16-
YUV117.53139.55152.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=39.38%
G=24.87%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529613800.370.090.4031522.5848.63
Hex98608A02592813b1731
Octal23014021204511504732761
Binary100110001100000100010100100101100110100010011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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