#99627E

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

Shades of Strikemaster #99627E

Tints of Strikemaster #99627E

Color information

#99627E (or 0x99627E) is unknown color: approx Strikemaster. HEX triplet: 99, 62 and 7E. RGB value is (153,98,126). Sum of RGB (Red+Green+Blue) = 153+98+126=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99627E is #669D81. Grayscale: #757575. Windows color (decimal): -6724994 or 8282777. OLE color: 8282777.

HSL color Cylindrical-coordinate representation of color #99627E: hue angle of 329.45º 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 #99627E is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15398126-
CMYK00.360.180.4
HSL329.45º21.91%49.22%-
HSV(B)329.45º35.95%60%-
XYZ21.2717.0121.9-
YUV117.64132.72153.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=40.58%
G=25.99%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539812600.360.180.4329.4521.9149.22
Hex99627E02412281491631
Octal23114217604422505112661
Binary100110011100010111111001001001001010100010100100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99627E; }

 p { color: rgb(153,98,126); }

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

<style>
 a { background-color: #99627E; }

 a { background-color: rgb(153,98,126); }

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

<style>
 span { border-color: #99627E; }

 span { border-color: rgb(153,98,126); }

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