#99607D

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

Shades of Strikemaster #99607D

Tints of Strikemaster #99607D

Color information

#99607D (or 0x99607D) is unknown color: approx Strikemaster. HEX triplet: 99, 60 and 7D. RGB value is (153,96,125). Sum of RGB (Red+Green+Blue) = 153+96+125=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #99607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99607D is #669F82. Grayscale: #747474. Windows color (decimal): -6725507 or 8216729. OLE color: 8216729.

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

Color convert

RGB15396125-
CMYK00.370.180.4
HSL329.47º22.89%48.82%-
HSV(B)329.47º37.25%60%-
XYZ21.0216.6221.5-
YUV116.35132.88154.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 125 (49.22% from 255) = 33.42%
R=40.91%
G=25.67%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539612500.370.180.4329.4722.8948.82
Hex99607D02512281491731
Octal23114017504522505112761
Binary100110011100000111110101001011001010100010100100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99607D; }

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

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

<style>
 a { background-color: #99607D; }

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

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

<style>
 span { border-color: #99607D; }

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

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