#99608B

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

Shades of Strikemaster #99608B

Tints of Strikemaster #99608B

Color information

#99608B (or 0x99608B) is unknown color: approx Strikemaster. HEX triplet: 99, 60 and 8B. RGB value is (153,96,139). Sum of RGB (Red+Green+Blue) = 153+96+139=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #99608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99608B is #669F74. Grayscale: #757575. Windows color (decimal): -6725493 or 9134233. OLE color: 9134233.

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

Color convert

RGB15396139-
CMYK00.370.090.4
HSL314.74º22.89%48.82%-
HSV(B)314.74º37.25%60%-
XYZ21.981726.55-
YUV117.94139.88153-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=39.43%
G=24.74%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539613900.370.090.4314.7422.8948.82
Hex99608B02592813b1731
Octal23114021304511504732761
Binary100110011100000100010110100101100110100010011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,96,139); }

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

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

 a { background-color: rgb(153,96,139); }

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

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

 span { border-color: rgb(153,96,139); }

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