#99457D

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

Shades of Strikemaster #99457D

Tints of Strikemaster #99457D

Color information

#99457D (or 0x99457D) is unknown color: approx Strikemaster. HEX triplet: 99, 45 and 7D. RGB value is (153,69,125). Sum of RGB (Red+Green+Blue) = 153+69+125=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99457D is #66BA82. Grayscale: #646464. Windows color (decimal): -6732419 or 8209817. OLE color: 8209817.

HSL color Cylindrical-coordinate representation of color #99457D: hue angle of 320º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99457D is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15369125-
CMYK00.550.180.4
HSL320º37.84%43.53%-
HSV(B)320º54.9%60%-
XYZ18.9712.5120.82-
YUV100.5141.83165.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=44.09%
G=19.88%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536912500.550.180.432037.8443.53
Hex99457D0371228140262c
Octal23110517506722505004654
Binary1001100110001011111101011011110010101000101000000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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