#99517E

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

Shades of Strikemaster #99517E

Tints of Strikemaster #99517E

Color information

#99517E (or 0x99517E) is unknown color: approx Strikemaster. HEX triplet: 99, 51 and 7E. RGB value is (153,81,126). Sum of RGB (Red+Green+Blue) = 153+81+126=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99517E is #66AE81. Grayscale: #6B6B6B. Windows color (decimal): -6729346 or 8278425. OLE color: 8278425.

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

Color convert

RGB15381126-
CMYK00.470.180.4
HSL322.5º30.77%45.88%-
HSV(B)322.5º47.06%60%-
XYZ19.8514.1621.43-
YUV107.66138.35160.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 126 (49.61% from 255) = 35%
R=42.5%
G=22.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538112600.470.180.4322.530.7745.88
Hex99517E02F12281421f2e
Octal23112117605722505023756
Binary100110011010001111111001011111001010100010100001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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