#99517F

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

Shades of Strikemaster #99517F

Tints of Strikemaster #99517F

Color information

#99517F (or 0x99517F) is unknown color: approx Strikemaster. HEX triplet: 99, 51 and 7F. RGB value is (153,81,127). Sum of RGB (Red+Green+Blue) = 153+81+127=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99517F is #66AE80. Grayscale: #6B6B6B. Windows color (decimal): -6729345 or 8343961. OLE color: 8343961.

HSL color Cylindrical-coordinate representation of color #99517F: hue angle of 321.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99517F is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB15381127-
CMYK00.470.170.4
HSL321.67º30.77%45.88%-
HSV(B)321.67º47.06%60%-
XYZ19.9114.1921.77-
YUV107.77138.85160.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 127 (50% from 255) = 35.18%
R=42.38%
G=22.44%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538112700.470.170.4321.6730.7745.88
Hex99517F02F11281421f2e
Octal23112117705721505023756
Binary100110011010001111111101011111000110100010100001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99517F; }

 p { color: rgb(153,81,127); }

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

<style>
 a { background-color: #99517F; }

 a { background-color: rgb(153,81,127); }

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

<style>
 span { border-color: #99517F; }

 span { border-color: rgb(153,81,127); }

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